1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:14:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-08-27 01:17:45 +00:00
parent 40bf28c7d0
commit 824292e6df

View file

@ -3,6 +3,7 @@
declare(strict_types=1); declare(strict_types=1);
// todo not sure if this should be in Database\ // todo not sure if this should be in Database\
namespace Stancl\Tenancy\Database\Concerns; namespace Stancl\Tenancy\Database\Concerns;
use Stancl\Tenancy\Contracts\Domain; use Stancl\Tenancy\Contracts\Domain;