From c80b25a34c82381c060d307d81b81a983400983f Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Tue, 1 Nov 2016 17:24:08 +0100 Subject: [PATCH] Update 10-dynamic-pages.md --- 10-dynamic-pages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/10-dynamic-pages.md b/10-dynamic-pages.md index d611369..398ba81 100644 --- a/10-dynamic-pages.md +++ b/10-dynamic-pages.md @@ -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.