correction bug content
This commit is contained in:
parent
099b062215
commit
2711b92640
|
@ -25,6 +25,7 @@ class Image extends Model
|
|||
protected $table = 'images';
|
||||
|
||||
public $fillable = [
|
||||
'content',
|
||||
'filename',
|
||||
'created_at',
|
||||
'updated_at'
|
||||
|
|
Loading…
Reference in New Issue