Skip to content

Commit 2591d65

Browse files
committed
docs: fix sample code
1 parent d2490a2 commit 2591d65

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)