Skip to content

Commit 5800ac8

Browse files
committed
Remove unuse Class from PPSpaces\Tests\App\User model
1 parent 402993c commit 5800ac8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/app/User.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
namespace PPSpaces\Tests\App;
44

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
5+
class User
106
{
11-
use Notifiable;
127

138
/**
149
* The attributes that are mass assignable.

0 commit comments

Comments
 (0)