This event will fire when a tenant has been made the current one. At this point the makeCurrent method of all of the tasks have been executed. The current tenant also have been bound as currentTenant in the container.
It has one public property $tenant, that contains an instance of Spatie\Multitenancy\Models\Tenant.
This event will fire when a tenant has been forgotten. At this point the forgotCurrent method of all of the tasks have been executed. currentTenant in the container has been emptied.