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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-30 14:37:16 +00:00 committed by StyleCI Bot
parent 13ea04e7f5
commit 86d9a879a5

View file

@ -1,8 +1,8 @@
<?php <?php
namespace Stancl\Tenancy\Tests; declare(strict_types=1);
use Stancl\Tenancy\Tenant; namespace Stancl\Tenancy\Tests;
class TenantConfigTest extends TestCase class TenantConfigTest extends TestCase
{ {