Update readme.md (#824)

This commit is contained in:
Давид
2019-09-10 15:46:31 +02:00
committed by Barry vd. Heuvel
parent 8740a9a158
commit 8faae38655
+2 -2
View File
@@ -69,8 +69,8 @@ You can configure your composer.json to do this after each commit:
"scripts":{
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan ide-helper:generate",
"php artisan ide-helper:meta"
"@php artisan ide-helper:generate",
"@php artisan ide-helper:meta"
]
},
```