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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-11-04 16:18:45 +00:00 committed by StyleCI Bot
parent e67ce1a3d9
commit ca0edcb2b0

View file

@ -36,7 +36,7 @@ class TimestampTest extends TestCase
$tenant = Tenant::new()->save(); $tenant = Tenant::new()->save();
$this->assertSame($tenant->created_at, $tenant->updated_at); $this->assertSame($tenant->created_at, $tenant->updated_at);
$this->assertSame('string', gettype($tenant->created_at)); $this->assertSame('string', gettype($tenant->created_at));
sleep(1); sleep(1);
$tenant->put('abc', 'def'); $tenant->put('abc', 'def');