mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
update namespaces
This commit is contained in:
@@ -6,7 +6,7 @@ use Illuminate\Contracts\Support\DeferrableProvider;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Flasher\Toastr\Laravel\ServiceProvider\ServiceProviderManager;
|
||||
|
||||
class FlasherToastrServiceProvider extends ServiceProvider
|
||||
final class FlasherToastrServiceProvider extends ServiceProvider
|
||||
{
|
||||
public function boot()
|
||||
{
|
||||
|
||||
+4
-5
@@ -31,13 +31,12 @@
|
||||
"php-flasher/flasher-laravel": "dev-main",
|
||||
"php-flasher/flasher-toastr": "dev-main"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8|^5.7|^6.0|^7.0|^8.3|^9.0",
|
||||
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flasher\\Toastr\\Laravel\\": ""
|
||||
"Flasher\\Toastr\\Laravel\\": "",
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
||||
Reference in New Issue
Block a user