Completed
Branch master (8e0976)
by Adam
04:13
created
app/Http/Controllers/User/HomeController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
app/Exceptions/Handler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
app/Http/Controllers/User/NotificationsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.