Browse Source

Add missing comma.

Taylor Otwell 10 years ago
parent
commit
aced8afaab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -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": [