Explorar el Código

Update UserFilter model

Daniel Supernault hace 7 años
padre
commit
c7489a46c9
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      app/UserFilter.php

+ 6 - 1
app/UserFilter.php

@@ -6,5 +6,10 @@ use Illuminate\Database\Eloquent\Model;
 
 class UserFilter extends Model
 {
-    //
+    protected $fillable = [
+		'user_id',
+		'filterable_id',
+		'filterable_type',
+		'filter_type'
+    ];
 }