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

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-04-14 07:53:45 +00:00
parent 95fd0462e6
commit 06472d5cae

View file

@ -9,9 +9,9 @@ use Illuminate\Contracts\Config\Repository as Config;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;
use Illuminate\Log\LogManager; use Illuminate\Log\LogManager;
use Illuminate\Support\Arr; use Illuminate\Support\Arr;
use InvalidArgumentException;
use Stancl\Tenancy\Contracts\TenancyBootstrapper; use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Contracts\Tenant; use Stancl\Tenancy\Contracts\Tenant;
use InvalidArgumentException;
/** /**
* This bootstrapper makes it possible to configure tenant-specific logging. * This bootstrapper makes it possible to configure tenant-specific logging.