We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402993c commit 5800ac8Copy full SHA for 5800ac8
tests/app/User.php
@@ -2,13 +2,8 @@
2
3
namespace PPSpaces\Tests\App;
4
5
-use Illuminate\Notifications\Notifiable;
6
-use Illuminate\Contracts\Auth\MustVerifyEmail;
7
-use Illuminate\Foundation\Auth\User as Authenticatable;
8
-
9
-class User extends Authenticatable
+class User
10
{
11
- use Notifiable;
12
13
/**
14
* The attributes that are mass assignable.
0 commit comments