Fixup merge
This commit is contained in:
parent
8d24e5f168
commit
c8f1335a09
12 changed files with 13 additions and 589 deletions
|
@ -42,7 +42,6 @@ class ServiceOption extends Model
|
|||
*/
|
||||
protected $guarded = ['id', 'created_at', 'updated_at'];
|
||||
|
||||
<<<<<<< HEAD
|
||||
/**
|
||||
* Cast values to correct type.
|
||||
*
|
||||
|
@ -52,16 +51,6 @@ class ServiceOption extends Model
|
|||
'service_id' => 'integer',
|
||||
'script_is_privileged' => 'boolean',
|
||||
];
|
||||
=======
|
||||
/**
|
||||
* Cast values to correct type.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'service_id' => 'integer',
|
||||
];
|
||||
>>>>>>> develop
|
||||
|
||||
/**
|
||||
* Returns the display startup string for the option and will use the parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue