Skip to content

Commit

Permalink
remove the service maxfiles listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Seerus authored and Seerus committed Aug 21, 2015
1 parent bcae67f commit 2923102
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@
<tag name="kernel.event_listener" event="glavweb_uploader.validation" method="onValidate" />
</service>

<service id="glavweb_uploader.validation_listener.max_files" class="Glavweb\UploaderBundle\EventListener\MaxFilesValidationListener">
<argument type="service" id="doctrine" />
<tag name="kernel.event_listener" event="glavweb_uploader.validation" method="onValidate" />
</service>

<service id="glavweb_uploader.data_driver.annotation" class="Glavweb\UploaderBundle\Driver\AnnotationDriver">
<argument type="service" id="annotation_reader" />
</service>
Expand Down

0 comments on commit 2923102

Please sign in to comment.