mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:44:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
13ea04e7f5
commit
86d9a879a5
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
@ -32,4 +32,4 @@ class TenantConfigTest extends TestCase
|
||||||
'private' => null,
|
'private' => null,
|
||||||
], config('services.paypal'));
|
], config('services.paypal'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue