@@ -72,7 +72,7 @@ |
||
| 72 | 72 | */ |
| 73 | 73 | private function convertToControllerAction(string $action): string |
| 74 | 74 | { |
| 75 | - $action = 'App\\Controller\\'.$action; |
|
| 75 | + $action = 'App\\Controller\\' . $action; |
|
| 76 | 76 | |
| 77 | 77 | return $action; |
| 78 | 78 | } |