Skip to content

Commit aced8af

Browse files
committed
Add missing comma.
1 parent d1c0401 commit aced8af

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
@@ -21,7 +21,7 @@
2121
"php artisan optimize"
2222
],
2323
"post-update-cmd": [
24-
"php artisan clear-compiled"
24+
"php artisan clear-compiled",
2525
"php artisan optimize"
2626
],
2727
"post-create-project-cmd": [

0 commit comments

Comments
 (0)