File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use \LogicException ;
6
6
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 ;
9
9
use Symfony \Component \Validator \Constraints as Assert ;
10
10
11
11
use Doctrine \Common \Collections \ArrayCollection ;
27
27
class Page extends Route implements
28
28
RouteReferrersReadInterface, // this must not be the write interface, it would make no sense
29
29
NodeInterface,
30
- PublishTimePeriodWriteInterface ,
31
- PublishableWriteInterface
30
+ PublishTimePeriodInterface ,
31
+ PublishableInterface
32
32
{
33
33
/**
34
34
* @PHPCRODM\Node
You can’t perform that action at this time.
0 commit comments