Skip to content

Commit

Permalink
Merge pull request #8015 from mostafakhudair/patch-1
Browse files Browse the repository at this point in the history
docs: fix class name in Extending Core Classes
  • Loading branch information
kenjis authored Oct 8, 2023
2 parents 1c9d597 + 7497532 commit f277814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/extending/core_classes/003.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace App\Libraries;

use CodeIgniter\Router\RouteCollection;
use CodeIgniter\Router\RouteCollection as BaseRouteCollection;

class RouteCollection extends RouteCollection
class RouteCollection extends BaseRouteCollection
{
// ...
}

0 comments on commit f277814

Please sign in to comment.