@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Auth\AuthManager; |
6 | 6 | use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; |
7 | -use Longman\Platfourm\Auth\RemoteUserProvider; |
|
8 | -use Longman\Platfourm\Auth\Repositories\RemoteUserRepository; |
|
9 | 7 | |
10 | 8 | class AuthServiceProvider extends ServiceProvider |
11 | 9 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use App\Repositories\Identity\UserRepository; |
8 | 8 | use App\Repositories\Repository; |
9 | 9 | use App\Services\EntityService; |
10 | -use App\Services\ServiceDispatcher; |
|
11 | 10 | |
12 | 11 | class CheckMailService extends EntityService |
13 | 12 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use App\Repositories\Identity\UserRepository; |
8 | 8 | use App\Repositories\Repository; |
9 | 9 | use App\Services\EntityService; |
10 | -use App\Services\ServiceDispatcher; |
|
11 | 10 | |
12 | 11 | class UpdateProfileService extends EntityService |
13 | 12 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use Longman\Platfourm\Database\Eloquent\Model; |
14 | 14 | use Longman\Platfourm\Database\Eloquent\Traits\SoftDeletes; |
15 | 15 | use Longman\Platfourm\Database\Eloquent\Traits\UuidForPrimary; |
16 | -use Longman\Platfourm\User\Models\Eloquent\EntrustUserTrait; |
|
17 | 16 | |
18 | 17 | class User extends Model implements AuthenticatableContract, AuthorizableContract, CanResetPasswordContract |
19 | 18 | { |