Apply fixes from StyleCI (#351)
This commit is contained in:
parent
1c47b2ed55
commit
436ba814a9
2 changed files with 7 additions and 8 deletions
|
@ -43,10 +43,10 @@ class ServiceVariable extends Model
|
|||
protected $guarded = ['id', 'created_at', 'updated_at'];
|
||||
|
||||
/**
|
||||
* Cast values to correct type.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
* Cast values to correct type.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'option_id' => 'integer',
|
||||
'user_viewable' => 'integer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue