Skip to content

Commit 1b396e5

Browse files
committed
composer cs-fix
1 parent 16a5f7d commit 1b396e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ class Auth extends BaseConfig
4343
* --------------------------------------------------------------------
4444
* The default URL that a user will be redirected to after various auth
4545
* auth actions. This can be either of the following:
46-
*
46+
*
4747
* 1. An absolute URL. E.g. http://example.com OR https://example.com
4848
* 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'
50-
*
50+
*
5151
* If you need more flexibility you can override the `getUrl()` method
5252
* to apply any logic you may need.
5353
*/

0 commit comments

Comments
 (0)