mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 06:14:04 +00:00
Feature -> FeatureProvider
This commit is contained in:
parent
9dd90746aa
commit
f6717fa5c9
3 changed files with 5 additions and 6 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Contracts;
|
||||
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
|
||||
/** Additional features, like Telescope tags and tenant redirects. */
|
||||
// todo should this be FeatureProvider?
|
||||
interface Feature
|
||||
{
|
||||
public function bootstrap(TenantManager $tenantManager): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue