add solutions for chapter 9 and fix urltypos
This commit is contained in:
parent
e35270a766
commit
c6cb68c98a
5 changed files with 17 additions and 19 deletions
|
@ -52,7 +52,6 @@ assert($request instanceof ServerRequestInterface);
|
|||
$dispatcher = $container->get(Dispatcher::class);
|
||||
assert($dispatcher instanceof Dispatcher);
|
||||
|
||||
|
||||
$routeInfo = $dispatcher->dispatch($request->getMethod(), $request->getUri() ->getPath(),);
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue