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

Set public key on model

This commit is contained in:
Samuel Štancl 2019-08-09 23:17:10 +02:00
parent 9fcfcf3ae0
commit de025a6a4d
5 changed files with 10 additions and 8 deletions

View file

@ -109,6 +109,8 @@ class TenantStorageTest extends TestCase
{
$value = ['foo' => 'bar', 'abc' => 'xyz'];
dd(\Stancl\Tenancy\Tenant::find(tenant('uuid')));
$this->assertSame($value, tenancy()->put($value));
}
}