v1.5.0 Added notifications - Pytlick

This commit is contained in:
2020-11-30 15:14:11 +01:00
parent a082ac9cea
commit f44133285d
18 changed files with 1258 additions and 80 deletions
+2
View File
@@ -15,12 +15,14 @@ use Illuminate\Notifications\Notifiable;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Hash;
use Spatie\Permission\Traits\HasRoles;
use NotificationChannels\WebPush\HasPushSubscriptions;
//Class of which should extend Model Library
class User extends Authenticatable
{
use Notifiable;
use HasRoles;
use HasPushSubscriptions;
/**
* The attributes that are mass assignable.