Skip to content

Commit

Permalink
Merge pull request #4 from tomatophp/develop
Browse files Browse the repository at this point in the history
allow notification for user
  • Loading branch information
3x1io authored Mar 25, 2024
2 parents cb9f9a8 + 49276fc commit 1722d81
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 @@ -9,6 +9,7 @@
use Laravel\Jetstream\HasProfilePhoto;
use Laravel\Jetstream\HasTeams;
use Laravel\Sanctum\HasApiTokens;
use Modules\TomatoNotifications\App\Traits\InteractWithNotifications;
use Spatie\Permission\Traits\HasRoles;

class User extends Authenticatable
Expand All @@ -17,6 +18,7 @@ class User extends Authenticatable
use HasTeams;
use HasProfilePhoto;
use HasRoles;
use InteractWithNotifications;

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

0 comments on commit 1722d81

Please sign in to comment.