Add missing comma.

This commit is contained in:
Taylor Otwell 2013-10-11 22:34:42 -05:00
parent d1c04014dd
commit aced8afaab
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"php artisan optimize"
],
"post-update-cmd": [
"php artisan clear-compiled"
"php artisan clear-compiled",
"php artisan optimize"
],
"post-create-project-cmd": [