We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0010c40 commit ef55efcCopy full SHA for ef55efc
composer.json
@@ -37,12 +37,14 @@
37
"Unisharp\\Setting\\": "src/Setting/"
38
}
39
},
40
- "laravel": {
41
- "providers": [
42
- "Unisharp\\Setting\\SettingServiceProvider"
43
- ],
44
- "aliases": {
45
- "Setting": "Unisharp\\Setting\\SettingFacade"
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Unisharp\\Setting\\SettingServiceProvider"
+ ],
+ "aliases": {
46
+ "Setting": "Unisharp\\Setting\\SettingFacade"
47
+ }
48
49
50
0 commit comments