Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
III-1843 Added a CopiedCriteria to be used for EventCopied.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Wollants committed Feb 3, 2017
1 parent ea88a76 commit 002384a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Broadway/Saga/State/CopiedCriteria.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace CultuurNet\UDB3\UiTPASService\Broadway\Saga\State;

use Broadway\Saga\State\Criteria;

class CopiedCriteria extends Criteria implements CopiedCriteriaInterface
{
}
7 changes: 7 additions & 0 deletions src/Broadway/Saga/State/CopiedCriteriaInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace CultuurNet\UDB3\UiTPASService\Broadway\Saga\State;

interface CopiedCriteriaInterface
{
}

0 comments on commit 002384a

Please sign in to comment.