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