mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 05:14:05 +00:00
docblocks: change TenantConfig references to TenantConfigBootstrapper
This commit is contained in:
parent
d274d8c902
commit
36153a949b
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ use Stancl\Tenancy\Overrides\TenancyBroadcastManager;
|
|||
class BroadcastingConfigBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
/**
|
||||
* Tenant properties to be mapped to config (similarly to the TenantConfig feature).
|
||||
* Tenant properties to be mapped to config (similarly to the TenantConfigBootstrapper).
|
||||
*
|
||||
* For example:
|
||||
* [
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ use Stancl\Tenancy\Contracts\Tenant;
|
|||
class MailConfigBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
/**
|
||||
* Tenant properties to be mapped to config (similarly to the TenantConfig feature).
|
||||
* Tenant properties to be mapped to config (similarly to the TenantConfigBootstrapper).
|
||||
*
|
||||
* For example:
|
||||
* [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue