We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1387b24 + 16b8eb8 commit 4b2175cCopy full SHA for 4b2175c
user_guide_src/source/tutorial/static_pages/002.php
@@ -2,7 +2,8 @@
2
3
namespace App\Controllers;
4
5
-use CodeIgniter\Exceptions\PageNotFoundException; // Add this line
+// Add this line to import the class.
6
+use CodeIgniter\Exceptions\PageNotFoundException;
7
8
class Pages extends BaseController
9
{
0 commit comments