mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-20 19:05:55 -08:00
Formatting
This commit is contained in:
parent
89e2d03a81
commit
6b70443515
|
@ -13,19 +13,14 @@ class ReportTemplate extends Model
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
use ValidatingTrait;
|
use ValidatingTrait;
|
||||||
|
|
||||||
/**
|
|
||||||
* The attributes that should be cast.
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
'options' => 'array',
|
'options' => 'array',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'user_id',
|
|
||||||
'name',
|
'name',
|
||||||
'options',
|
'options',
|
||||||
|
'user_id',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $rules = [
|
protected $rules = [
|
||||||
|
|
Loading…
Reference in a new issue