Cast status to int on update component command
This commit is contained in:
@@ -123,7 +123,7 @@ final class UpdateComponentCommand
|
|||||||
$this->component = $component;
|
$this->component = $component;
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
$this->description = $description;
|
$this->description = $description;
|
||||||
$this->status = $status;
|
$this->status = (int) $status;
|
||||||
$this->link = $link;
|
$this->link = $link;
|
||||||
$this->order = $order;
|
$this->order = $order;
|
||||||
$this->group_id = $group_id;
|
$this->group_id = $group_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user