@@ -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 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Coyote\Repositories\Criteria\Stream; |
4 | 4 | |
5 | 5 | use Coyote\Http\Forms\StreamFilterForm; |
6 | -use Coyote\Repositories\Contracts\RepositoryInterface as Repository; |
|
7 | 6 | use Coyote\Repositories\Contracts\RepositoryInterface; |
8 | 7 | use Coyote\Repositories\Criteria\Criteria; |
9 | 8 |