@@ -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 |
@@ -16,7 +16,6 @@ |
||
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 | { |