Update 10-dynamic-pages.md

This commit is contained in:
Patrick Louys 2016-11-01 17:24:08 +01:00 committed by lubiana
parent d45d852d6d
commit b455da6acf
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -196,6 +196,8 @@ public function show($params)
}
```
Make sure that you use an `use` statement for the `InvalidPageException` at the top of the file.
Try a few different URLs to check that everything is working as it should. If something is wrong, go back and debug it until it works.
And as always, don't forget to commit your changes.