Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Serp\Data;
|
||||
|
||||
final readonly class SerpSubmission
|
||||
{
|
||||
public function __construct(public string $providerKey, public string $taskId, public ?float $cost = null, public string $currency = 'USD', public ?int $statusCode = null) {}
|
||||
}
|
||||
Reference in New Issue
Block a user