Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 0983731

Browse files
authored
fix: avoid clash with hermes trait (#17)
1 parent dd06067 commit 0983731

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Models/User.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Contracts\Auth\MustVerifyEmail;
77
use Illuminate\Database\Eloquent\Factories\HasFactory;
88
use Illuminate\Foundation\Auth\User as Authenticatable;
9-
use Illuminate\Notifications\Notifiable;
109
use Illuminate\Support\Str;
1110
use Laravel\Fortify\TwoFactorAuthenticatable;
1211
use Spatie\PersonalDataExport\ExportsPersonalData;
@@ -17,7 +16,6 @@ class User extends Authenticatable implements ExportsPersonalData, MustVerifyEma
1716
{
1817
use HasFactory;
1918
use HasLocalizedTimestamps;
20-
use Notifiable;
2119
use TwoFactorAuthenticatable;
2220

2321
/**

0 commit comments

Comments
 (0)