8 lines
125 B
PHP
8 lines
125 B
PHP
<?php
|
|
|
|
namespace App\Services\App\Seo;
|
|
|
|
interface SeoDescriptionInterface
|
|
{
|
|
public function getSeoDescription(): array;
|
|
} |