1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 11:14:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-05-09 14:07:40 +00:00
parent 17d779e130
commit 4f9147bf81
3 changed files with 6 additions and 7 deletions

View file

@ -4,10 +4,10 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Bootstrappers\Integrations;
use Stancl\Tenancy\Contracts\Tenant;
use Illuminate\Database\DatabaseManager;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Database\DatabaseManager;
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Contracts\Tenant;
class PostgresTenancyBootstrapper implements TenancyBootstrapper
{