Skip to content

Commit 57d5ed6

Browse files
committed
fix interfaces names
1 parent 99f069e commit 57d5ed6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Document/Page.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use \LogicException;
66
use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
7-
use Symfony\Cmf\Bundle\CoreBundle\PublishWorkflow\PublishableWriteInterface;
8-
use Symfony\Cmf\Bundle\CoreBundle\PublishWorkflow\PublishTimePeriodWriteInterface;
7+
use Symfony\Cmf\Bundle\CoreBundle\PublishWorkflow\PublishableInterface;
8+
use Symfony\Cmf\Bundle\CoreBundle\PublishWorkflow\PublishTimePeriodInterface;
99
use Symfony\Component\Validator\Constraints as Assert;
1010

1111
use Doctrine\Common\Collections\ArrayCollection;
@@ -27,8 +27,8 @@
2727
class Page extends Route implements
2828
RouteReferrersReadInterface, // this must not be the write interface, it would make no sense
2929
NodeInterface,
30-
PublishTimePeriodWriteInterface,
31-
PublishableWriteInterface
30+
PublishTimePeriodInterface,
31+
PublishableInterface
3232
{
3333
/**
3434
* @PHPCRODM\Node

0 commit comments

Comments
 (0)