correction model
This commit is contained in:
parent
11f17dee47
commit
71a89a5a05
|
@ -26,10 +26,8 @@ class Image extends Model
|
|||
|
||||
public $fillable = [
|
||||
'filename',
|
||||
'content',
|
||||
'position',
|
||||
'created',
|
||||
'updated'
|
||||
'created_at',
|
||||
'updated_at'
|
||||
];
|
||||
protected $dates = ['created_at', 'updated_at'];
|
||||
protected $appends = ['url'];
|
||||
|
|
Loading…
Reference in New Issue