ServiceLocator.php 385 B

1234567891011121314151617
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core;
  3. /**
  4. * Class ServiceLocator
  5. * @package ThurData\Servers\KerioEmail\Core
  6. * @TODO remove that class //MM
  7. */
  8. class ServiceLocator extends \ThurData\Servers\KerioEmail\Core\DependencyInjection\DependencyInjection
  9. {
  10. /**
  11. * @var bool
  12. * @TODO - move it to different class //MM
  13. */
  14. public static $isDebug = false;
  15. }