v0.9.13 - Added notifications in events, when an event you're signed up to gets canceled.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Notification extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'user_id', 'message'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user