Completed
Pull Request — master (#452)
by Daniel
04:00
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/Http/Controllers/Microblog/CommentController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Coyote\Services\Stream\Objects\Microblog as Stream_Microblog;
17 17
 use Coyote\Services\Stream\Objects\Comment as Stream_Comment;
18 18
 use Illuminate\Contracts\Notifications\Dispatcher;
19
-use Illuminate\Http\Request;
20 19
 
21 20
 class CommentController extends Controller
22 21
 {
Please login to merge, or discard this patch.