Fix typo in seed alias (#1843)

This commit is contained in:
Pavel 2018-11-13 17:54:02 +05:00 committed by Shao Yu-Lung (Allen)
parent 0ffea858d6
commit c1e8e955a1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ alias fresh="php artisan migrate:fresh"
alias migrate="php artisan migrate"
alias refresh="php artisan migrate:refresh"
alias rollback="php artisan migrate:rollback"
alias seed="php artisan:seed"
alias seed="php artisan db:seed"
alias serve="php artisan serve --quiet &"
alias phpunit="./vendor/bin/phpunit"