@@ -8,7 +8,6 @@ |
||
8 | 8 | use InvalidArgumentException; |
9 | 9 | use Sco\Admin\Component\Component; |
10 | 10 | use Sco\Admin\Contracts\ComponentInterface; |
11 | -use Sco\Admin\Contracts\Initializable; |
|
12 | 11 | use Sco\Admin\Contracts\WithNavigation; |
13 | 12 | use Symfony\Component\Finder\Finder; |
14 | 13 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Illuminate\Foundation\Application; |
9 | 9 | use InvalidArgumentException; |
10 | 10 | use Sco\Admin\Contracts\RepositoryInterface; |
11 | -use Sco\Admin\Contracts\WithModel; |
|
12 | 11 | |
13 | 12 | class Repository implements RepositoryInterface |
14 | 13 | { |
@@ -102,7 +102,7 @@ |
||
102 | 102 | } |
103 | 103 | |
104 | 104 | /** |
105 | - * @return mixed |
|
105 | + * @return Collection |
|
106 | 106 | */ |
107 | 107 | public function getApplies() |
108 | 108 | { |