Adldap\Laravel\AdldapServiceProvider::boot PHP Méthode

boot() public méthode

Run service provider boot operations.
public boot ( ) : void
Résultat void
    public function boot()
    {
        $config = __DIR__ . '/Config/config.php';
        $this->publishes([$config => config_path('adldap.php')], 'adldap');
        $this->mergeConfigFrom($config, 'adldap');
    }