@@ -12,11 +12,9 @@ |
||
12 | 12 | |
13 | 13 | namespace Apix\Resource; |
14 | 14 | |
15 | -use Apix\Entity, |
|
16 | - Apix\Server, |
|
17 | - Apix\Request, |
|
18 | - Apix\Router, |
|
19 | - Apix\View\ViewModel; |
|
15 | +use Apix\Entity; |
|
16 | +use Apix\Server; |
|
17 | +use Apix\Request; |
|
20 | 18 | |
21 | 19 | /** |
22 | 20 | * Help |
@@ -12,8 +12,8 @@ |
||
12 | 12 | |
13 | 13 | namespace Apix; |
14 | 14 | |
15 | -use Apix\Entity, |
|
16 | - Apix\Entity\EntityInterface; |
|
15 | +use Apix\Entity; |
|
16 | +use Apix\Entity\EntityInterface; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * Represents a collection of resources. |
@@ -12,8 +12,8 @@ |
||
12 | 12 | |
13 | 13 | namespace Apix\View\ViewModel; |
14 | 14 | |
15 | -use Apix\View\ViewModel, |
|
16 | - Apix\Response; |
|
15 | +use Apix\View\ViewModel; |
|
16 | +use Apix\Response; |
|
17 | 17 | |
18 | 18 | class Error extends Common |
19 | 19 | { |