mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Notification model
This commit is contained in:
parent
abc738a532
commit
da68aa1c26
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class Notification extends Model
|
||||||
*/
|
*/
|
||||||
protected $dates = ['deleted_at'];
|
protected $dates = ['deleted_at'];
|
||||||
|
|
||||||
|
protected $fillable = ['*'];
|
||||||
|
|
||||||
public function actor()
|
public function actor()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Profile::class, 'actor_id', 'id');
|
return $this->belongsTo(Profile::class, 'actor_id', 'id');
|
||||||
|
|
Loading…
Reference in a new issue