AbstractBefore.php 236 B

1234567891011121314151617
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\Configuration\Addon;
  3. /**
  4. * Description of AbstractBefore
  5. *
  6. * @autor ThurData <info@thrudata.ch>
  7. */
  8. abstract class AbstractBefore
  9. {
  10. public function __construct()
  11. {
  12. }
  13. }