DependencyInjection.php 253 B

1234567891011121314
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core;
  3. /**
  4. * Description of DependencyInjection
  5. *
  6. * @autor ThurData <info@thrudata.ch>
  7. */
  8. class DependencyInjection extends \ThurData\Servers\KerioEmail\Core\DependencyInjection\DependencyInjection
  9. {
  10. }