mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Merge pull request #153 from koenhendriks/patch-1
JSON standard does not allow trailing comma
This commit is contained in:
@@ -34,7 +34,7 @@ You can configure your composer.json to do this after each commit:
|
|||||||
"post-update-cmd":[
|
"post-update-cmd":[
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
"php artisan ide-helper:generate",
|
"php artisan ide-helper:generate",
|
||||||
"php artisan optimize",
|
"php artisan optimize"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user