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