mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 16:14:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
5d7d208e2f
commit
a3a38ee6d2
5 changed files with 16 additions and 10 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Contracts;
|
||||
|
||||
use Stancl\Tenancy\DatabaseConfig;
|
||||
|
|
@ -7,5 +9,6 @@ use Stancl\Tenancy\DatabaseConfig;
|
|||
interface ManagesDatabaseUsers
|
||||
{
|
||||
public function createUser(DatabaseConfig $databaseConfig): void;
|
||||
|
||||
public function deleteUser(DatabaseConfig $databaseConfig): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue