Commit 056ab1217b9a17a7bc87f0d39fc0741833144455
1 parent
2a57dd72
ga fix
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/library/App/Resources/AllPositionResource.php
@@ -9,7 +9,9 @@ | @@ -9,7 +9,9 @@ | ||
9 | namespace App\Resources; | 9 | namespace App\Resources; |
10 | 10 | ||
11 | 11 | ||
12 | +use App\Constants\AclRoles; | ||
12 | use App\Controllers\AllPositionController; | 13 | use App\Controllers\AllPositionController; |
14 | +use PhalconRest\Api\ApiEndpoint; | ||
13 | use PhalconRest\Api\ApiResource; | 15 | use PhalconRest\Api\ApiResource; |
14 | 16 | ||
15 | class AllPositionResource extends ApiResource | 17 | class AllPositionResource extends ApiResource |