Commit 9a0214ddc6d359fff9982fcc29bf07544630fa99

Authored by Alex Savenko
1 parent c938aa7a

test

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/library/App/Controllers/ProjectController.php
... ... @@ -49,6 +49,7 @@ class ProjectController extends CrudResourceController {
49 49  
50 50 $phqlBuilder
51 51 ->andWhere('[' . $this->getResource()->getModel() . '].' . $this->getModelPrimaryKey() . ' = '.$id);
  52 + var_dump($phqlBuilder);die();
52 53  
53 54 $this->modifyReadQuery($phqlBuilder);
54 55 $this->modifyFindQuery($phqlBuilder, $id);
... ...