@@ -9,8 +9,8 @@ |
||
9 | 9 | */ |
10 | 10 | namespace JaegerApp\Platforms\View; |
11 | 11 | |
12 | -use Nocarrier\Hal; |
|
13 | 12 | use Crell\ApiProblem\ApiProblem; |
13 | +use Nocarrier\Hal; |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Jaeger - Rest View Object |
@@ -11,12 +11,12 @@ |
||
11 | 11 | namespace JaegerApp\Rest; |
12 | 12 | |
13 | 13 | use PhilipBrown\Signature\Auth; |
14 | -use PhilipBrown\Signature\Token; |
|
14 | +use PhilipBrown\Signature\Exceptions\SignatureException; |
|
15 | 15 | use PhilipBrown\Signature\Guards\CheckKey; |
16 | -use PhilipBrown\Signature\Guards\CheckVersion; |
|
17 | -use PhilipBrown\Signature\Guards\CheckTimestamp; |
|
18 | 16 | use PhilipBrown\Signature\Guards\CheckSignature; |
19 | -use PhilipBrown\Signature\Exceptions\SignatureException; |
|
17 | +use PhilipBrown\Signature\Guards\CheckTimestamp; |
|
18 | +use PhilipBrown\Signature\Guards\CheckVersion; |
|
19 | +use PhilipBrown\Signature\Token; |
|
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Jaeger - REST Hmac Object |