Skip to content

Commit d504470

Browse files
authored
[Bug] Fixed incorrect path for the home constant (alexjustesen#965)
1 parent a185181 commit d504470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class RouteServiceProvider extends ServiceProvider
1717
*
1818
* @var string
1919
*/
20-
public const HOME = '/home';
20+
public const HOME = '/';
2121

2222
/**
2323
* Define your route model bindings, pattern filters, and other route configuration.

0 commit comments

Comments
 (0)