@@ -79,7 +79,7 @@ |
||
| 79 | 79 | $str = implode( |
| 80 | 80 | '', |
| 81 | 81 | array_map( |
| 82 | - function ($word) { |
|
| 82 | + function($word) { |
|
| 83 | 83 | return ucwords($word); |
| 84 | 84 | }, |
| 85 | 85 | $str |
@@ -131,7 +131,7 @@ |
||
| 131 | 131 | $controller = __CLASS__ . '\\' . ucfirst($controller); |
| 132 | 132 | |
| 133 | 133 | $controllerClass = new $controller(); |
| 134 | - // $controllerClass->csrf($this->csrfField); |
|
| 134 | + // $controllerClass->csrf($this->csrfField); |
|
| 135 | 135 | |
| 136 | 136 | if ('demo' === $this->mode) { |
| 137 | 137 | |