1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:54:05 +00:00

Fix the code style

This commit is contained in:
Henrich 2020-09-22 22:30:21 +01:00
parent 424b69cb2b
commit 28e67a2e69

View file

@ -18,8 +18,8 @@ class TenantDatabaseAlreadyExistsException extends TenantCannotBeCreatedExceptio
public function __construct(string $database)
{
$this->database = $database;
$this->database = $database;
parent::__construct();
}
}