mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:34:02 +00:00
Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown.
This commit is contained in:
parent
894965d1a7
commit
424b69cb2b
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ class TenantDatabaseAlreadyExistsException extends TenantCannotBeCreatedExceptio
|
||||||
|
|
||||||
public function __construct(string $database)
|
public function __construct(string $database)
|
||||||
{
|
{
|
||||||
|
$this->database = $database;
|
||||||
|
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
|
||||||
$this->database = $database;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue