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