mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
autoregister the provider
This commit is contained in:
parent
49b0cf0dd5
commit
f5fc60f4bc
1 changed files with 7 additions and 0 deletions
|
|
@ -28,5 +28,12 @@
|
|||
"require": {
|
||||
"illuminate/support": "^8.42",
|
||||
"illuminate/console": "^8.42"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Airwire\\AirwireServiceProvider"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue