change carousel type

This commit is contained in:
F4ilji
2025-05-25 19:02:09 +05:00
parent 7d6b75b708
commit dae6dcf48f
3 changed files with 339 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\Ship\Contracts;
interface SeoTitleInterface
{
public function getSeoTitle(): string;
}