mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 06:44:04 +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
|
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:
|
* For example:
|
||||||
* [
|
* [
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ use Stancl\Tenancy\Contracts\Tenant;
|
||||||
class MailConfigBootstrapper implements TenancyBootstrapper
|
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:
|
* For example:
|
||||||
* [
|
* [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue