Skip to content

Commit 1b33352

Browse files
authored
Merge pull request #5491 from kenjis/fix-docs-extending/core_classes.rst
docs: fix sample code in extending/core_classes.rst
2 parents 953b356 + 2591d65 commit 1b33352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/extending/core_classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Then you would add the ``routes`` service in **app/Config/Services.php** to load
6868
return static::getSharedInstance('routes');
6969
}
7070

71-
return new RouteCollection(static::locator(), config('Modules'));
71+
return new \App\Libraries\RouteCollection(static::locator(), config('Modules'));
7272
}
7373

7474
Extending Core Classes

0 commit comments

Comments
 (0)