mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
81a2b3bd52
commit
9d3d2ee785
@@ -439,8 +439,8 @@ public function test_secured_command()
|
||||
$site->shouldReceive('securedWithDates')->andReturn([
|
||||
[
|
||||
'site' => 'tighten.test',
|
||||
'exp' => new DateTime('Aug 2 13:16:40 2024 GMT')
|
||||
]
|
||||
'exp' => new DateTime('Aug 2 13:16:40 2024 GMT'),
|
||||
],
|
||||
]);
|
||||
swap(RealSite::class, $site);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user