Skip to content

Commit

Permalink
🔧 Don't declare providers in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 4, 2025
1 parent 89e5ebc commit fbb8739
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,5 @@
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"acorn": {
"providers": [
"App\\Providers\\ThemeServiceProvider"
]
}
}
"prefer-stable": true
}

0 comments on commit fbb8739

Please sign in to comment.