File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ Miscellaneous Functions
383383 :returns: a route path (URI path relative to baseURL)
384384 :rtype: string
385385
386- .. note :: This function requires the controller/method to have a route defined in **app/Config/routes .php**.
386+ .. note :: This function requires the controller/method to have a route defined in **app/Config/Routes .php**.
387387
388388 .. important :: ``route_to()`` returns a *route* path, not a full URI path for your site.
389389 If your **baseURL ** contains sub folders, the return value is not the same
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ The following functions are available:
382382 :returns: Absolute URL
383383 :rtype: string
384384
385- .. note :: This function requires the controller/method to have a route defined in **app/Config/routes .php**.
385+ .. note :: This function requires the controller/method to have a route defined in **app/Config/Routes .php**.
386386
387387 Builds an absolute URL to a controller method in your app. Example:
388388
You can’t perform that action at this time.
0 commit comments