Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Commit 5d7d0b9

Browse files
Merge pull request #1 from yoeriboven/patch-1
Fixed command in README.md
2 parents 415873c + 3142897 commit 5d7d0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Shift Console requires a Laravel application running version 6.0 or higher. **No
1717
Currently, the Shift Console includes set `artisan` commands under the `shift` namespace. Currently, there is only one command - `shift:check-routes`.
1818

1919
```sh
20-
php artisan shift:build
20+
php artisan shift:check-routes
2121
```
2222

2323
This command checks for _Dead Routes_ by reviewing your application routes for references to undefined controllers, methods, or invalid visibility.

0 commit comments

Comments
 (0)