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:
parent
83529316c3
commit
7666e23b8f
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue