formatting
This commit is contained in:
parent
d824cb2ca5
commit
1d51b61821
@ -21,9 +21,7 @@ abstract class Model extends Eloquent
|
|||||||
'enabled' => 'boolean',
|
'enabled' => 'boolean',
|
||||||
];
|
];
|
||||||
|
|
||||||
public $allAttributes = [
|
public $allAttributes = [];
|
||||||
//
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new Eloquent model instance.
|
* Create a new Eloquent model instance.
|
||||||
|
@ -28,9 +28,7 @@ class Company extends Eloquent
|
|||||||
'enabled' => 'boolean',
|
'enabled' => 'boolean',
|
||||||
];
|
];
|
||||||
|
|
||||||
public $allAttributes = [
|
public $allAttributes = [];
|
||||||
//
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sortable columns.
|
* Sortable columns.
|
||||||
|
@ -20,9 +20,7 @@ class Setting extends Eloquent
|
|||||||
*/
|
*/
|
||||||
protected $fillable = ['company_id', 'key', 'value'];
|
protected $fillable = ['company_id', 'key', 'value'];
|
||||||
|
|
||||||
public $allAttributes = [
|
public $allAttributes = [];
|
||||||
//
|
|
||||||
];
|
|
||||||
|
|
||||||
public $timestamps = false;
|
public $timestamps = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user