Completed
Pull Request — master (#17)
by Anton
03:53
created
application/models/Categories/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.