mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:04:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
61739dc5fc
commit
805644f85b
4 changed files with 11 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Contracts;
|
||||
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
|
|
@ -9,4 +11,4 @@ interface Feature
|
|||
{
|
||||
// todo is the tenantManager argument necessary?
|
||||
public function bootstrap(TenantManager $tenantManager): void;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue