Skip to content

Commit ce6d3a4

Browse files
authored
Update README.md
1 parent fd99f76 commit ce6d3a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,10 @@ php artisan db:seed --class=PermissionDatabaseSeeder
3939
namespace App;
4040
4141
use HasRoles;
42-
use Illuminate\Contracts\Auth\MustVerifyEmail;
43-
use Illuminate\Foundation\Auth\User as Authenticatable;
44-
use Illuminate\Notifications\Notifiable;
4542
4643
class User extends Authenticatable
4744
{
48-
use Notifiable, HasRoles;
45+
use HasRoles;
4946
}
5047
```
5148
#Applly Rules on Route

0 commit comments

Comments
 (0)