mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
Add @see to bootstrapper docblock
This commit is contained in:
parent
ec4752881c
commit
8cd35d3985
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ use Stancl\Tenancy\Contracts\Tenant;
|
||||||
* Supports custom channel overrides via the $channelOverrides property.
|
* Supports custom channel overrides via the $channelOverrides property.
|
||||||
*
|
*
|
||||||
* Note: Must run after FilesystemTenancyBootstrapper for storage path channels to work correctly.
|
* Note: Must run after FilesystemTenancyBootstrapper for storage path channels to work correctly.
|
||||||
|
*
|
||||||
|
* @see Stancl\Tenancy\Bootstrappers\FilesystemTenancyBootstrapper
|
||||||
*/
|
*/
|
||||||
class LogTenancyBootstrapper implements TenancyBootstrapper
|
class LogTenancyBootstrapper implements TenancyBootstrapper
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue