mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
e67ce1a3d9
commit
ca0edcb2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class TimestampTest extends TestCase
|
|||
$tenant = Tenant::new()->save();
|
||||
$this->assertSame($tenant->created_at, $tenant->updated_at);
|
||||
$this->assertSame('string', gettype($tenant->created_at));
|
||||
|
||||
|
||||
sleep(1);
|
||||
|
||||
$tenant->put('abc', 'def');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue