mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:14:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
9bb56c1b30
commit
dd1b31e1df
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class TenantManagerTest extends TestCase
|
|||
$tenant = Tenant::create(['test2.localhost']);
|
||||
|
||||
$this->expectException(\Stancl\Tenancy\Exceptions\TenantStorageException::class);
|
||||
$tenant->id = 'bar';
|
||||
$tenant->id = 'bar';
|
||||
|
||||
$tenant2 = Tenant::create(['test3.localhost']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue