From 7aaca611dc42b65a876ad6679106037c0de36bbc Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 22 May 2026 17:05:44 +0530 Subject: [PATCH] Added boom opened in model file --- app/Models/VehicleEntry.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/VehicleEntry.php b/app/Models/VehicleEntry.php index 45d878d..01b7a31 100644 --- a/app/Models/VehicleEntry.php +++ b/app/Models/VehicleEntry.php @@ -18,6 +18,7 @@ class VehicleEntry extends Model 'duration', 'type', 'uuid', + 'boom_opened', 'created_at', 'created_by', 'updated_at',