Skip to content

Commit 4b2175c

Browse files
authored
Merge pull request #8733 from kenjis/docs-update-cs-tutorial
docs: change comment position in Tutorial code
2 parents 1387b24 + 16b8eb8 commit 4b2175c

File tree

1 file changed

+2
-1
lines changed
  • user_guide_src/source/tutorial/static_pages

1 file changed

+2
-1
lines changed

user_guide_src/source/tutorial/static_pages/002.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
namespace App\Controllers;
44

5-
use CodeIgniter\Exceptions\PageNotFoundException; // Add this line
5+
// Add this line to import the class.
6+
use CodeIgniter\Exceptions\PageNotFoundException;
67

78
class Pages extends BaseController
89
{

0 commit comments

Comments
 (0)