Skip to content

Commit f356d4d

Browse files
committed
fix
1 parent c5448a0 commit f356d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"scripts": {
1818
"post-install-cmd": [
1919
"php artisan clear-compiled",
20-
"php artisan vendor:publish --provider=Overtrue\\LaravelWechat\\ServiceProvider",
20+
"php artisan vendor:publish --provider=Overtrue\\LaravelWechat\\ServiceProvider"
2121
],
2222
"post-update-cmd": [
2323
"php artisan clear-compiled",
24-
"php artisan vendor:publish --provider=Overtrue\\LaravelWechat\\ServiceProvider",
24+
"php artisan vendor:publish --provider=Overtrue\\LaravelWechat\\ServiceProvider"
2525
]
2626
},
2727
"minimum-stability" : "dev",

0 commit comments

Comments
 (0)