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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-01-12 05:42:58 +00:00
parent 1b00f5f1ae
commit d133560edd

View file

@ -5,9 +5,9 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Bootstrappers;
use Closure;
use Stancl\Tenancy\Contracts\Tenant;
use Illuminate\Contracts\Routing\UrlGenerator;
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Contracts\Tenant;
class UrlTenancyBootstrapper implements TenancyBootstrapper
{