Skip to content

Commit

Permalink
Merge pull request #358 from tienvx/fix-missing-use-for-annotation
Browse files Browse the repository at this point in the history
Fix missing use statement for annotation
  • Loading branch information
tienvx committed Aug 18, 2019
2 parents 4350fb2 + 14e567b commit b3b8f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/PredefinedCase.php
Expand Up @@ -3,6 +3,7 @@
namespace Tienvx\Bundle\MbtBundle\Entity;

use Exception;
use Tienvx\Bundle\MbtBundle\Validator\Constraints as MbtAssert;

class PredefinedCase
{
Expand Down

0 comments on commit b3b8f37

Please sign in to comment.