mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:04:02 +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)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->database = $database;
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue