HipsterJazzbo\Landlord\TenantManager::removeTenant PHP Method

removeTenant() public method

Remove a tenant so that queries are no longer scoped by it.
public removeTenant ( string | Model $tenant )
$tenant string | Illuminate\Database\Eloquent\Model
    public function removeTenant($tenant)
    {
        $this->tenants->pull($this->getTenantKey($tenant));
    }