1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 17:44:04 +00:00

Make TenantModel final

This commit is contained in:
Samuel Štancl 2019-09-04 16:57:19 +02:00
parent f4421af6c5
commit 72baa45126
4 changed files with 11 additions and 2 deletions

View file

@ -11,6 +11,9 @@ use Stancl\Tenancy\Interfaces\UniqueIdentifierGenerator;
use Stancl\Tenancy\Exceptions\CannotChangeUuidOrDomainException;
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
/**
* @final Class is subject to breaking changes in minor and patch versions.
*/
final class TenantManager
{
use BootstrapsTenancy;