1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 04:14:05 +00:00

Feature -> FeatureProvider

This commit is contained in:
Samuel Štancl 2019-09-08 15:33:58 +02:00
parent 9dd90746aa
commit f6717fa5c9
3 changed files with 5 additions and 6 deletions

View file

@ -7,8 +7,7 @@ namespace Stancl\Tenancy\Contracts;
use Stancl\Tenancy\TenantManager;
/** Additional features, like Telescope tags and tenant redirects. */
// todo should this be FeatureProvider?
interface Feature
interface FeatureProvider
{
public function bootstrap(TenantManager $tenantManager): void;
}