Commit 03209e58648d7bc4f2bf57aadc62d015a619927e
1 parent
fbb8b50c
ap testing
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
app/library/App/Controllers/AllPositionController.php
| ... | ... | @@ -12,7 +12,6 @@ namespace App\Controllers; |
| 12 | 12 | |
| 13 | 13 | use Phalcon\Exception; |
| 14 | 14 | use PhalconRest\Mvc\Controllers\CrudResourceController; |
| 15 | -use xf3\AllPositions; | |
| 16 | 15 | |
| 17 | 16 | class AllPositionController extends CrudResourceController |
| 18 | 17 | { |
| ... | ... | @@ -22,7 +21,7 @@ class AllPositionController extends CrudResourceController |
| 22 | 21 | |
| 23 | 22 | try |
| 24 | 23 | { |
| 25 | - $APObj = new AllPositions('150bb253651622507341cd7845f5b9d2'); | |
| 24 | + $APObj = new \xf3\AllPositions('150bb253651622507341cd7845f5b9d2'); | |
| 26 | 25 | |
| 27 | 26 | $project_info = $APObj->get_project(418068); |
| 28 | 27 | } | ... | ... |