mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 23:17:47 +01:00
update namespace
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
@@ -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
@@ -49,7 +49,7 @@
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Flasher\\Laravel\\SweetAlert\\NotifySweetAlertServiceProvider"
|
||||
"Flasher\\Laravel\\SweetAlert\Flasher\PrimeSweetAlertServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user