Files
php-flasher/ServiceProvider/Providers/ServiceProviderInterface.php
T
Khoubza Younes cc0c0b5f50 fix all tests
2020-12-06 19:33:03 +01:00

17 lines
382 B
PHP

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