Files
php-flasher/ServiceProvider/Providers/ServiceProviderInterface.php
T
KHOUBZA Younes 55ec29bd3f update namespace
2020-12-03 09:15:47 +01:00

17 lines
404 B
PHP

<?php
namespace Flasher\SweetAlert\Laravel\ServiceProvider\Providers;
use Flasher\SweetAlert\LaravelFlasher\PrimeSweetAlertServiceProvider;
interface ServiceProviderInterface
{
public function shouldBeUsed();
public function publishConfig(NotifySweetAlertServiceProvider $provider);
public function registerNotifySweetAlertServices();
public function mergeConfigFromSweetAlert();
}