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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-07-28 13:30:51 +00:00
parent d0baabbc9d
commit 3d8d670447
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace Stancl\Tenancy\Concerns; namespace Stancl\Tenancy\Concerns;
use Closure; use Closure;

View file

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace Stancl\Tenancy\Enums; namespace Stancl\Tenancy\Enums;
enum LogMode enum LogMode