Commit e7de8af36d19ba70aff6d2ac398515d8775f02a1

Authored by Alex Savenko
1 parent 9bf99563

test

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