8 lines
123 B
PHP
Executable File
8 lines
123 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Ship\Contracts;
|
|
|
|
interface SeoDescriptionInterface
|
|
{
|
|
public function getSeoDescription(): array;
|
|
} |