Alex Savenko
/
analytics
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fbb8b50c7efc79cd879b7fceb10c3bb97742ad85
Authored by
Alex Savenko
2017-03-01 19:39:15 +0200
1 parent
6042bf7a
ap testing
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/AllPositionController.php
Inline
Side-by-side
app/library/App/Controllers/AllPositionController.php
Wrap text
Show/Hide comments
View file @
fbb8b50
...
...
@@ -34,7 +34,7 @@ class AllPositionController extends CrudResourceController
34
34
}
35
35
36
36
37
-
37
+ return var_dump($project_info);
38
38
return $project_info;
39
39
40
40
}
...
...