Skip to content

Commit c1e8e95

Browse files
Inkognitoobestlong
authored andcommitted
Fix typo in seed alias (laradock#1843)
1 parent 0ffea85 commit c1e8e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ alias fresh="php artisan migrate:fresh"
6868
alias migrate="php artisan migrate"
6969
alias refresh="php artisan migrate:refresh"
7070
alias rollback="php artisan migrate:rollback"
71-
alias seed="php artisan:seed"
71+
alias seed="php artisan db:seed"
7272
alias serve="php artisan serve --quiet &"
7373

7474
alias phpunit="./vendor/bin/phpunit"

0 commit comments

Comments
 (0)