Skip to content

Commit

Permalink
Fix: The database name is displayed when the TenantDatabaseAlreadyExi…
Browse files Browse the repository at this point in the history
…stsException exception is thrown. (archtechx#499)

* Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown.

* Fix the code style

Co-authored-by: Henrich <Ekoumelong>
  • Loading branch information
GENL authored Sep 23, 2020
1 parent 894965d commit 411d486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exceptions/TenantDatabaseAlreadyExistsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function reason(): string

public function __construct(string $database)
{
parent::__construct();

$this->database = $database;

parent::__construct();
}
}

0 comments on commit 411d486

Please sign in to comment.