We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$redirects
1 parent ed5ffa2 commit ed087e3Copy full SHA for ed087e3
src/Config/Auth.php
@@ -45,7 +45,7 @@ class Auth extends BaseConfig
45
* auth actions. This can be either of the following:
46
*
47
* 1. An absolute URL. E.g. http://example.com OR https://example.com
48
- * 2. A named route that can be accessed using route_to() or url_to()
+ * 2. A named route that can be accessed using `route_to()` or `url_to()`
49
* 3. A URI path within the application. e.g 'admin', 'login', 'expath'
50
51
* If you need more flexibility you can override the `getUrl()` method
0 commit comments