correct la5routes alias

the command "php artisan routes" as been deleted in laravel 5. "php artisan route:list" is now doing the same job.
This commit is contained in:
Thomas Ragot 2015-06-10 13:43:27 -04:00
commit 119ac56746

View file

@ -17,4 +17,4 @@ alias la5='php artisan'
alias la5dump='php artisan dump-autoload'
alias la5cache='php artisan cache:clear'
alias la5routes='php artisan routes'
alias la5routes='php artisan route:list'