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.
1 parent 16a5f7d commit 1b396e5Copy full SHA for 1b396e5
src/Config/Auth.php
@@ -43,11 +43,11 @@ class Auth extends BaseConfig
43
* --------------------------------------------------------------------
44
* The default URL that a user will be redirected to after various auth
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
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
52
* to apply any logic you may need.
53
*/
0 commit comments