We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4075bb6 commit 90dce52Copy full SHA for 90dce52
1 file changed
src/Entity/PageInterface.php
@@ -14,6 +14,7 @@
14
15
use Sylius\Component\Channel\Model\ChannelsAwareInterface;
16
use Sylius\Component\Resource\Model\ResourceInterface;
17
+use Sylius\Component\Resource\Model\SlugAwareInterface;
18
use Sylius\Component\Resource\Model\TimestampableInterface;
19
use Sylius\Component\Resource\Model\ToggleableInterface;
20
use Sylius\Component\Resource\Model\TranslatableInterface;
@@ -26,12 +27,9 @@ interface PageInterface extends
26
27
SectionableInterface,
28
TimestampableInterface,
29
ChannelsAwareInterface,
- ContentableInterface
30
+ ContentableInterface,
31
+ SlugAwareInterface
32
{
- public function getSlug(): ?string;
-
33
- public function setSlug(?string $slug): void;
34
35
public function getCode(): ?string;
36
37
public function setCode(?string $code): void;
0 commit comments