Skip to content

Commit

Permalink
Fix use statement case
Browse files Browse the repository at this point in the history
  • Loading branch information
dankempster committed Jan 18, 2015
1 parent 7441e75 commit f6364ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/Repository/ContentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Axstrad\Bundle\ContentBundle\Entity\Repository;

use Axstrad\Bundle\ContentBundle\Repository\ContentRepository as ContentRepositoryInterface;
use Doctrine\ORm\EntityRepository;
use Doctrine\ORM\EntityRepository;
use PhpOption\Option as PhpOption;

/**
Expand Down

0 comments on commit f6364ec

Please sign in to comment.