@@ -73,6 +73,9 @@ |
||
| 73 | 73 | return [$controller, $action]; |
| 74 | 74 | } |
| 75 | 75 | |
| 76 | + /** |
|
| 77 | + * @return string |
|
| 78 | + */ |
|
| 76 | 79 | abstract protected function getControllerClass(ServerRequestInterface $request); |
| 77 | 80 | |
| 78 | 81 | /** |