Skip to content

Commit

Permalink
Install Filament Shield
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 23, 2024
1 parent b54150c commit 7e3db57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Laravel\Fortify\TwoFactorAuthenticatable;
use Laravel\Jetstream\HasProfilePhoto;
use Laravel\Sanctum\HasApiTokens;
use Spatie\Permission\Traits\HasRoles;

class User extends Authenticatable
{
Expand All @@ -23,6 +24,7 @@ class User extends Authenticatable
use Notifiable;
use SetsProfilePhotoFromUrl;
use TwoFactorAuthenticatable;
use HasRoles;

/**
* The attributes that are mass assignable.
Expand Down

0 comments on commit 7e3db57

Please sign in to comment.