Initial implementation of option scripts on panel side.
This commit is contained in:
parent
5d990dcb06
commit
03e0de28d9
10 changed files with 284 additions and 0 deletions
|
@ -49,6 +49,7 @@ class ServiceOption extends Model
|
|||
*/
|
||||
protected $casts = [
|
||||
'service_id' => 'integer',
|
||||
'script_is_privileged' => 'boolean',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue