Commit 407cbf4041f69873dd2032e2d584df0d00e766d4

Authored by Alex Savenko
1 parent d41ac1d1

test

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/library/App/Controllers/ProjectController.php
@@ -25,9 +25,9 @@ class ProjectController extends CrudResourceController { @@ -25,9 +25,9 @@ class ProjectController extends CrudResourceController {
25 25
26 public function test_get($id) 26 public function test_get($id)
27 { 27 {
28 - 28 + return $id;
29 $item = $this->getFindData($id); 29 $item = $this->getFindData($id);
30 - return '123'; 30 + return 'breakpoint';
31 if (!$item) { 31 if (!$item) {
32 return $this->onItemNotFound($id); 32 return $this->onItemNotFound($id);
33 } 33 }