1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 17:44:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-19 18:41:10 +00:00 committed by StyleCI Bot
parent f0dd99f099
commit 7c3c597c53

View file

@ -4,8 +4,8 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Tests;
use Tenant;
use Tenancy;
use Tenant;
class FacadeTest extends TestCase
{