mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 04:04:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
de54b5708c
commit
8206cd07cc
3 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Exceptions;
|
||||
|
||||
use Stancl\Tenancy\Contracts\TenantCannotBeCreatedException;
|
||||
|
|
@ -20,4 +22,4 @@ class TenantDatabaseAlreadyExistsException extends TenantCannotBeCreatedExceptio
|
|||
|
||||
$this->database = $database;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue