Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Serp\Data;
|
||||
|
||||
final readonly class SerpQuery
|
||||
{
|
||||
public function __construct(public string $phrase, public string $searchEngine, public string $countryCode, public string $languageCode, public string $device, public int $limit) {}
|
||||
}
|
||||
Reference in New Issue
Block a user