fix: APIHelper에서 tryCache가 잘못된 타입 지정인 버그
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
class APICacheResult{
|
||||
function __construct(
|
||||
public ?\DateTimeInterface $lastModified,
|
||||
public ?string $etag,
|
||||
)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user