mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fixup merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user