Completed
Pull Request — master (#6)
by Julien
10:36
created
app/Http/Models/Movies.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  */
14 14
 class Movies extends Model implements ItemInterface
15 15
 {
16
-    protected $fillable = ['title', 'description', 'categories_id'];
16
+    protected $fillable = [ 'title', 'description', 'categories_id' ];
17 17
 
18 18
     /**
19 19
      * Décrit le nom de la table
Please login to merge, or discard this patch.