Files
ntspi-app/app/Ship/Contracts/SeoDescriptionInterface.php
T
2026-03-20 21:47:02 +05:00

8 lines
123 B
PHP
Executable File

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