mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 04:14:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
98cb49b1c0
commit
362aaf4764
5 changed files with 16 additions and 7 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Contracts;
|
||||
|
||||
use Stancl\Tenancy\Tenant;
|
||||
|
|
@ -7,5 +9,6 @@ use Stancl\Tenancy\Tenant;
|
|||
interface TenancyBootstrapper
|
||||
{
|
||||
public function start(Tenant $tenant); // todo better name?
|
||||
|
||||
public function end(Tenant $tenant); // todo arg?
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue