Completed
Push — master ( 6fd11a...046d0e )
by Avtandil
03:10
created
src/Platfourm/Auth/AuthServiceProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Platfourm/Auth/Services/CheckMailService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Platfourm/Auth/Services/UpdateProfileService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Platfourm/User/Models/Eloquent/User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.