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

docblocks: change TenantConfig references to TenantConfigBootstrapper

This commit is contained in:
Samuel Štancl 2025-10-30 02:31:49 +01:00
parent d274d8c902
commit 36153a949b
No known key found for this signature in database
GPG key ID: BA146259A1E16C57
2 changed files with 2 additions and 2 deletions

View file

@ -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:
* [ * [

View file

@ -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:
* [ * [