Skip to content

Commit 619ac5d

Browse files
committed
Missing coma (,)
1 parent 4c9ea50 commit 619ac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"php artisan optimize"
5454
],
5555
"post-update-cmd": [
56-
"php artisan clear-compiled"
56+
"php artisan clear-compiled",
5757
"php artisan optimize"
5858
],
5959
"post-root-package-install": [

0 commit comments

Comments
 (0)