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:
parent
553e4c381b
commit
5fb11dfc9f
5 changed files with 74 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue