@@ -49,7 +49,7 @@ |
||
| 49 | 49 | v::required(), |
| 50 | 50 | v::length(2, 64), |
| 51 | 51 | v::slug(), |
| 52 | - v::callback(function ($input) { |
|
| 52 | + v::callback(function($input) { |
|
| 53 | 53 | $select = $this->getTable()->select() |
| 54 | 54 | ->where('alias = ?', $input); |
| 55 | 55 | |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * @param integer $id |
| 24 | 24 | * @return array |
| 25 | 25 | */ |
| 26 | -return function ($id = null) { |
|
| 26 | +return function($id = null) { |
|
| 27 | 27 | /** |
| 28 | 28 | * @var Controller $this |
| 29 | 29 | */ |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * @param integer $rootId |
| 23 | 23 | * @return mixed |
| 24 | 24 | */ |
| 25 | -return function ($parentId = null, $rootId = null) { |
|
| 25 | +return function($parentId = null, $rootId = null) { |
|
| 26 | 26 | /** |
| 27 | 27 | * @var Controller $this |
| 28 | 28 | */ |