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

DB driver ensureTenantCanBeCreated

This commit is contained in:
Samuel Štancl 2019-09-15 11:50:19 +02:00
parent 553e4c381b
commit 5fb11dfc9f
5 changed files with 74 additions and 4 deletions

View file

@ -12,6 +12,6 @@ abstract class TenantCannotBeCreatedException extends \Exception
public function __construct()
{
$this->message = 'Tenant cannot be craeted. Reason: ' . $this->reason();
$this->message = 'Tenant cannot be created. Reason: ' . $this->reason();
}
}