Removed unneeded use statement
This commit is contained in:
parent
34a9564f30
commit
b7bbc44052
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ namespace App\Models;
|
|||
|
||||
use App\Presenters\Presentable;
|
||||
use Illuminate\Auth\Authenticatable;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Auth\Passwords\CanResetPassword;
|
||||
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
|
||||
use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;
|
||||
|
|
Loading…
Add table
Reference in a new issue