| 1 | <?php |
||
| 21 | final class PostSlugExistsQuery implements PostSlugExistsQueryInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var FindHighestPostSlugSuffixQueryInterface |
||
| 25 | */ |
||
| 26 | private $findHighestPostSlugSuffixQuery; |
||
| 27 | |||
| 28 | public function __construct(FindHighestPostSlugSuffixQueryInterface $findHighestPostSlugSuffixQuery) |
||
| 32 | |||
| 33 | public function execute(string $slug): bool |
||
| 43 | } |
||
| 44 |