Files
ntspi-app/app/Ship/Contracts/SeoTitleInterface.php
2025-05-25 19:02:09 +05:00

8 lines
112 B
PHP

<?php
namespace App\Ship\Contracts;
interface SeoTitleInterface
{
public function getSeoTitle(): string;
}