8 lines
112 B
PHP
Executable File
8 lines
112 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Ship\Contracts;
|
|
|
|
interface SeoTitleInterface
|
|
{
|
|
public function getSeoTitle(): string;
|
|
} |