composer update
This commit is contained in:
@@ -18,5 +18,15 @@
|
||||
"Davibennun\\LaravelPushNotification": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
"minimum-stability": "dev",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Davibennun\\LaravelPushNotification\\LaravelPushNotificationServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"PushNotification": "Davibennun\\LaravelPushNotification\\Facades\\PushNotification"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
0
vendor/davibennun/laravel-push-notification/src/Davibennun/LaravelPushNotification/App.php
vendored
Normal file → Executable file
0
vendor/davibennun/laravel-push-notification/src/Davibennun/LaravelPushNotification/App.php
vendored
Normal file → Executable file
Reference in New Issue
Block a user