mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 04:04:04 +00:00
Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown. (#499)
* Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown. * Fix the code style Co-authored-by: Henrich <Ekoumelong>
This commit is contained in:
parent
894965d1a7
commit
411d486282
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)
|
||||||
{
|
{
|
||||||
parent::__construct();
|
|
||||||
|
|
||||||
$this->database = $database;
|
$this->database = $database;
|
||||||
|
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue