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',