Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Serp\Data;
|
||||
|
||||
final readonly class ProviderHealth
|
||||
{
|
||||
public function __construct(public string $providerKey, public int $balanceMicros, public int $statusCode, public \DateTimeInterface $checkedAt) {}
|
||||
}
|
||||
Reference in New Issue
Block a user