Commit fbb8b50c7efc79cd879b7fceb10c3bb97742ad85

Authored by Alex Savenko
1 parent 6042bf7a

ap testing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/AllPositionController.php
@@ -34,7 +34,7 @@ class AllPositionController extends CrudResourceController @@ -34,7 +34,7 @@ class AllPositionController extends CrudResourceController
34 } 34 }
35 35
36 36
37 - 37 + return var_dump($project_info);
38 return $project_info; 38 return $project_info;
39 39
40 } 40 }