Update laravel.plugin.zsh

fix "'" at the begining of the command
This commit is contained in:
Joaquín Gamboa 2025-05-23 23:45:09 -04:00 committed by GitHub
commit 8ca8b2271c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ alias pamf='php artisan migrate:fresh'
alias pamfs='php artisan migrate:fresh --seed'
alias pamr='php artisan migrate:rollback'
alias pads='php artisan db:seed'
alias padw=php artisan db:wipe'
alias padw='php artisan db:wipe'
# Makers
alias pamm='php artisan make:model'