added attribute casting
This commit is contained in:
@ -19,7 +19,7 @@ class Report extends Model
|
||||
protected $fillable = ['company_id', 'class', 'name', 'description', 'settings'];
|
||||
|
||||
/**
|
||||
* The attributes that should be casted to native types.
|
||||
* The attributes that should be cast.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
Reference in New Issue
Block a user