Files
php-flasher/ServiceProvider/Providers/ServiceProviderInterface.php
T
2020-12-02 00:57:12 +01:00

17 lines
380 B
PHP

<?php
namespace Flasher\Pnotify\Laravel\ServiceProvider\Providers;
use Flasher\Pnotify\Laravel\NotifyPnotifyServiceProvider;
interface ServiceProviderInterface
{
public function shouldBeUsed();
public function publishConfig(NotifyPnotifyServiceProvider $provider);
public function registerNotifyPnotifyServices();
public function mergeConfigFromPnotify();
}