@@ -109,7 +109,7 @@ |
||
109 | 109 | */ |
110 | 110 | protected function getDefaultViewRenderer(string $view, string $method, array $inputs, string $action) : callable |
111 | 111 | { |
112 | - return function () use ($view, $method, $inputs, $action) { |
|
112 | + return function() use ($view, $method, $inputs, $action) { |
|
113 | 113 | ob_start(); |
114 | 114 | |
115 | 115 | require($view); |