1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 18:44:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2025-02-10 08:28:12 +00:00
parent 83529316c3
commit 7666e23b8f
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ use Stancl\Tenancy\Resolvers\PathTenantResolver;
* Used with path and query string identification. * Used with path and query string identification.
* *
* @see TenancyUrlGenerator * @see TenancyUrlGenerator
* @see \Stancl\Tenancy\Resolvers\PathTenantResolver * @see PathTenantResolver
*/ */
class UrlGeneratorBootstrapper implements TenancyBootstrapper class UrlGeneratorBootstrapper implements TenancyBootstrapper
{ {

View file

@ -40,7 +40,7 @@ class TenancyUrlGenerator extends UrlGenerator
/** /**
* Determine if the tenant parameter should get passed * Determine if the tenant parameter should get passed
* to the links generated by `route()` or `temporarySignedRoute()` whenever available * to the links generated by `route()` or `temporarySignedRoute()` whenever available.
* *
* With path identification, you can keep this disabled since the parameter is passed automatically by URL::defaults() in the UrlGeneratorBootstrapper * With path identification, you can keep this disabled since the parameter is passed automatically by URL::defaults() in the UrlGeneratorBootstrapper
*/ */