@@ -33,7 +33,7 @@ |
||
33 | 33 | $action = 'action' . ucfirst( |
34 | 34 | preg_replace_callback( |
35 | 35 | "#_([a-z])#", |
36 | - function ($matches) { |
|
36 | + function($matches) { |
|
37 | 37 | return strtoupper($matches[1]); |
38 | 38 | }, |
39 | 39 | $this->route->action |