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

17 lines
380 B
PHP

<?php
namespace Flasher\Toastr\Laravel\ServiceProvider\Providers;
use Flasher\Toastr\LaravelFlasher\PrimeToastrServiceProvider;
interface ServiceProviderInterface
{
public function shouldBeUsed();
public function publishConfig(NotifyToastrServiceProvider $provider);
public function registerNotifyToastrServices();
public function mergeConfigFromToastr();
}