Skip to content

Commit

Permalink
Fix providers path
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksmash committed Jan 27, 2021
1 parent cfaa1df commit e7ded6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/FortifyUICommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function updateRoutes()
str_replace(
"public const HOME = '/home';",
"public const HOME = '/dashboard';",
File::get(app_path('providers/RouteServiceProvider.php'))
File::get(app_path('Providers/RouteServiceProvider.php'))
)
);
}
Expand Down

0 comments on commit e7ded6c

Please sign in to comment.