diff --git a/src/Model/Image.php b/src/Model/Image.php index bc8f870..54c1734 100755 --- a/src/Model/Image.php +++ b/src/Model/Image.php @@ -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'];