Files
ntspi-app/app/Services/App/Seo/SeoDescriptionInterface.php
2026-03-20 21:47:02 +05:00

8 lines
125 B
PHP
Executable File

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