@@ -274,7 +274,7 @@ |
||
| 274 | 274 | { |
| 275 | 275 | $method = 'action' . basename($path, '.json'); |
| 276 | 276 | |
| 277 | - $this->$method = function () use ($path): array { |
|
| 277 | + $this->$method = function() use ($path): array { |
|
| 278 | 278 | $result = []; |
| 279 | 279 | $views = []; |
| 280 | 280 | $presenter = null; |