Adldap\Laravel\AdldapServiceProvider::boot PHP Method

boot() public method

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