vendor/secit-pl/imap-bundle/ImapBundle.php line 12

Open in your IDE?
  1. <?php
  2. namespace SecIT\ImapBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Class ImapBundle.
  6.  *
  7.  * @author Tomasz Gemza
  8.  */
  9. class ImapBundle extends Bundle
  10. {
  11. }