add user_id attribut on Notifications table
This commit is contained in:
@@ -8,6 +8,7 @@ class Notification extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'content',
|
||||
'user_id',
|
||||
];
|
||||
|
||||
public function users(): \Illuminate\Database\Eloquent\Relations\BelongsToMany
|
||||
|
||||
Reference in New Issue
Block a user