@@ -46,7 +46,7 @@ |
||
| 46 | 46 | ->length(2, 64) |
| 47 | 47 | ->slug() |
| 48 | 48 | ->callback( |
| 49 | - function ($input) { |
|
| 49 | + function($input) { |
|
| 50 | 50 | $select = $this->getTable()->select() |
| 51 | 51 | ->where('alias = ?', $input); |
| 52 | 52 | |