mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
e106ad6ade
commit
27a93028b2
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ class TenantManagerTest extends TestCase
|
||||||
$this->expectException(\Stancl\Tenancy\Exceptions\TenantStorageException::class);
|
$this->expectException(\Stancl\Tenancy\Exceptions\TenantStorageException::class);
|
||||||
$tenant2->put('id', 'foo');
|
$tenant2->put('id', 'foo');
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function all_returns_a_collection_of_tenant_objects()
|
public function all_returns_a_collection_of_tenant_objects()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue