C composer script

This commit is contained in:
a6a2f5842 2025-06-16 08:38:50 +02:00
parent d3f88b30bb
commit e65ea42586
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
"post-install-cmd": [
"@php artisan vendor:publish --tag=roles-migrations --force",
"@php artisan vendor:publish --tag=roles-config --force"
]