Files
ntspi-app/app/Services/App/Seo/SeoDescriptionInterface.php
2025-04-02 18:37:20 +05:00

8 lines
125 B
PHP

<?php
namespace App\Services\App\Seo;
interface SeoDescriptionInterface
{
public function getSeoDescription(): array;
}