Skip to content

Commit ed087e3

Browse files
enclosed functions within the $redirects comment with backticks
Co-authored-by: Pooya Parsa Dadashi <[email protected]>
1 parent ed5ffa2 commit ed087e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Auth extends BaseConfig
4545
* auth actions. This can be either of the following:
4646
*
4747
* 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()
48+
* 2. A named route that can be accessed using `route_to()` or `url_to()`
4949
* 3. A URI path within the application. e.g 'admin', 'login', 'expath'
5050
*
5151
* If you need more flexibility you can override the `getUrl()` method

0 commit comments

Comments
 (0)