class CacheTenancyBootstrapper implements TenancyBootstrapper (View source)

Properties

protected CacheManager $originalCache
protected Application $app

Methods

__construct(Application $app)

No description

bootstrap(Tenant $tenant)

No description

revert()

No description

resetFacadeCache()

This wouldn't be necessary, but is needed when a call to the facade has been made prior to bootstrapping tenancy. The facade has its own cache, separate from the container.

Details

__construct(Application $app)

No description

Parameters

Application $app

bootstrap(Tenant $tenant)

No description

Parameters

Tenant $tenant

revert()

No description

resetFacadeCache()

This wouldn't be necessary, but is needed when a call to the facade has been made prior to bootstrapping tenancy. The facade has its own cache, separate from the container.