Development

This commit is contained in:
Simon Sessingø
2016-11-26 10:40:42 +01:00
parent aad11ac581
commit 2c5221051e
8 changed files with 165 additions and 186 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ interface IRoute
* Returns class to be rendered.
*
* @param Request $request
* @return \Closure|string
* @throws \Pecee\SimpleRouter\Exceptions\NotFoundHttpException
* @return void
*/
public function renderRoute(Request $request);