update namespace

This commit is contained in:
KHOUBZA Younes
2020-12-03 09:15:47 +01:00
parent c8f0bcbcdf
commit 0654537fe0
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Flasher\SweetAlert\Laravel\ServiceProvider\Providers;
use Flasher\Prime\Flasher;
use Flasher\Prime\Renderer\RendererManager;
use Flasher\SweetAlert\Laravel\NotifySweetAlertServiceProvider;
use Flasher\SweetAlert\LaravelFlasher\PrimeSweetAlertServiceProvider;
use Flasher\SweetAlert\Prime\Producer\SweetAlertProducer;
use Flasher\SweetAlert\Prime\Renderer\SweetAlertRenderer;
use Illuminate\Container\Container;
+1 -1
View File
@@ -3,7 +3,7 @@
namespace Flasher\SweetAlert\Laravel\ServiceProvider\Providers;
use Illuminate\Foundation\Application;
use Flasher\SweetAlert\Laravel\NotifySweetAlertServiceProvider;
use Flasher\SweetAlert\LaravelFlasher\PrimeSweetAlertServiceProvider;
final class Laravel4 extends Laravel
{
+1 -1
View File
@@ -3,7 +3,7 @@
namespace Flasher\SweetAlert\Laravel\ServiceProvider\Providers;
use Laravel\Lumen\Application;
use Flasher\SweetAlert\Laravel\NotifySweetAlertServiceProvider;
use Flasher\SweetAlert\LaravelFlasher\PrimeSweetAlertServiceProvider;
final class Lumen extends Laravel
{
@@ -2,7 +2,7 @@
namespace Flasher\SweetAlert\Laravel\ServiceProvider\Providers;
use Flasher\SweetAlert\Laravel\NotifySweetAlertServiceProvider;
use Flasher\SweetAlert\LaravelFlasher\PrimeSweetAlertServiceProvider;
interface ServiceProviderInterface
{
+1 -1
View File
@@ -2,7 +2,7 @@
namespace Flasher\SweetAlert\Laravel\ServiceProvider;
use Flasher\SweetAlert\Laravel\NotifySweetAlertServiceProvider;
use Flasher\SweetAlert\LaravelFlasher\PrimeSweetAlertServiceProvider;
use Flasher\SweetAlert\Laravel\ServiceProvider\Providers\ServiceProviderInterface;
final class ServiceProviderManager
+2 -2
View File
@@ -19,8 +19,8 @@ class TestCase extends Orchestra
protected function getPackageProviders($app = null)
{
return array(
'Flasher\Laravel\NotifyServiceProvider',
'Flasher\SweetAlert\Laravel\NotifySweetAlertServiceProvider',
'Flasher\LaravelFlasher\PrimeServiceProvider',
'Flasher\SweetAlert\LaravelFlasher\PrimeSweetAlertServiceProvider',
);
}
+1 -1
View File
@@ -49,7 +49,7 @@
"extra": {
"laravel": {
"providers": [
"Flasher\\Laravel\\SweetAlert\\NotifySweetAlertServiceProvider"
"Flasher\\Laravel\\SweetAlert\Flasher\PrimeSweetAlertServiceProvider"
]
}
},