diff --git a/app/Bus/Commands/Component/UpdateComponentCommand.php b/app/Bus/Commands/Component/UpdateComponentCommand.php index 52503094..8bb05422 100644 --- a/app/Bus/Commands/Component/UpdateComponentCommand.php +++ b/app/Bus/Commands/Component/UpdateComponentCommand.php @@ -123,7 +123,7 @@ final class UpdateComponentCommand $this->component = $component; $this->name = $name; $this->description = $description; - $this->status = $status; + $this->status = (int) $status; $this->link = $link; $this->order = $order; $this->group_id = $group_id;