mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update UserFilter model
This commit is contained in:
parent
18cd857e90
commit
c7489a46c9
1 changed files with 6 additions and 1 deletions
|
@ -6,5 +6,10 @@ use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
class UserFilter extends Model
|
class UserFilter extends Model
|
||||||
{
|
{
|
||||||
//
|
protected $fillable = [
|
||||||
|
'user_id',
|
||||||
|
'filterable_id',
|
||||||
|
'filterable_type',
|
||||||
|
'filter_type'
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue