correction bug content

This commit is contained in:
Cassandre Cantet 2018-10-16 00:11:32 +02:00
parent 099b062215
commit 2711b92640
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class Image extends Model
protected $table = 'images';
public $fillable = [
'content',
'filename',
'created_at',
'updated_at'