Skip to content

Commit

Permalink
[Criteria] CriteriaInterface を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kseta committed Dec 5, 2016
1 parent 8841e78 commit 87a3a03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/AppBundle/Entity/Criteria/CriteriaInterface.php
@@ -0,0 +1,9 @@
<?php

namespace AppBundle\Entity\Criteria;

use AppBundle\Entity\EntityInterface;

interface CriteriaInterface extends EntityInterface
{
}

0 comments on commit 87a3a03

Please sign in to comment.