1
0
Fork 0
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:
Samuel Štancl 2021-05-22 15:27:53 +02:00
parent 49b0cf0dd5
commit f5fc60f4bc

View file

@ -28,5 +28,12 @@
"require": {
"illuminate/support": "^8.42",
"illuminate/console": "^8.42"
},
"extra": {
"laravel": {
"providers": [
"Airwire\\AirwireServiceProvider"
]
}
}
}