Completed
Pull Request — master (#24)
by Quentin
03:30
created
src/Majora/Framework/Domain/Action/Dal/DalActionTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Majora\Framework\Domain\Action\Dal;
4 4
 
5
-use Majora\Framework\Api\Client\RestApiClient;
6 5
 use Majora\Framework\Validation\ValidationException;
7 6
 use Symfony\Component\EventDispatcher\Event;
8 7
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
9
-use Symfony\Component\Serializer\SerializerInterface;
10 8
 use Symfony\Component\Validator\Validator\ValidatorInterface;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.