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

8 lines
112 B
PHP
Executable File

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