Commit 5221870cfdcdafbef85695578dab3107719ed4a6
1 parent
6a018e90
test
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/ProjectController.php
@@ -25,6 +25,8 @@ class ProjectController extends CrudResourceController { | @@ -25,6 +25,8 @@ class ProjectController extends CrudResourceController { | ||
25 | 25 | ||
26 | public function test_get($id) | 26 | public function test_get($id) |
27 | { | 27 | { |
28 | + | ||
29 | + return '123'; | ||
28 | $item = $this->getFindData($id); | 30 | $item = $this->getFindData($id); |
29 | 31 | ||
30 | if (!$item) { | 32 | if (!$item) { |