Skip to content

Commit

Permalink
docs: fix class name
Browse files Browse the repository at this point in the history
mostafakhudair authored Oct 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 83b64b4 commit 11647e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/extending/core_classes/003.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

use CodeIgniter\Router\RouteCollection;

class RouteCollection extends RouteCollection
class MyRouteCollection extends RouteCollection
{
// ...
}

0 comments on commit 11647e1

Please sign in to comment.