Explorar el Código

Merge remote-tracking branch 'origin/2.0' into 2.0

jqh hace 4 años
padre
commit
0e8204da1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Models/Permission.php

+ 1 - 1
src/Models/Permission.php

@@ -21,7 +21,7 @@ class Permission extends Model implements Sortable
     /**
      * @var array
      */
-    protected $fillable = ['name', 'slug', 'http_method', 'http_path'];
+    protected $fillable = ['parent_id', 'name', 'slug', 'http_method', 'http_path'];
 
     /**
      * @var array