@@ -6,7 +6,6 @@ |
||
6 | 6 | use Coyote\Http\Factories\MediaFactory; |
7 | 7 | use Coyote\Repositories\Contracts\SessionRepositoryInterface as SessionRepository; |
8 | 8 | use Coyote\Repositories\Contracts\UserRepositoryInterface as UserRepository; |
9 | -use Coyote\Services\Session\Registered; |
|
10 | 9 | use Illuminate\Http\Request; |
11 | 10 | use Jenssegers\Agent\Agent; |
12 | 11 |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use Illuminate\Http\Request; |
11 | 11 | use Illuminate\Session\TokenMismatchException; |
12 | 12 | use Illuminate\Validation\ValidationException; |
13 | -use Illuminate\Auth\Access\AuthorizationException; |
|
14 | 13 | use Illuminate\Database\Eloquent\ModelNotFoundException; |
15 | 14 | use Symfony\Component\Console\Exception\CommandNotFoundException; |
16 | 15 | use Symfony\Component\Debug\Exception\FlattenException; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Coyote\Notification; |
6 | 6 | use Coyote\Repositories\Contracts\NotificationRepositoryInterface as NotificationRepository; |
7 | -use Coyote\Transformers\NotificationTransformer; |
|
8 | 7 | use Coyote\Http\Resources\Notification as NotificationResource; |
9 | 8 | use Illuminate\Http\Request; |
10 | 9 | use Carbon; |