@@ -169,7 +169,7 @@ |
||
169 | 169 | /** |
170 | 170 | * Sets up and returns all the objects we'll use |
171 | 171 | * |
172 | - * @return \JaegerApp\Language|\Pimple\Container |
|
172 | + * @return Container |
|
173 | 173 | */ |
174 | 174 | public function getServices() |
175 | 175 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace JaegerApp; |
12 | 12 | |
13 | 13 | use Pimple\Container; |
14 | -use JaegerApp\Exceptions\BootstrapException; |
|
15 | 14 | use JaegerApp\Encrypt; |
16 | 15 | use JaegerApp\Db; |
17 | 16 | use JaegerApp\Language; |