src/Hitso/Bundle/ProbeBundle/HitsoProbeBundle.php line 15

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4.  * @author PaweÅ‚ Zajder <pawel.zajder@autentika.pl>
  5.  * Date: 09.02.18
  6.  * Time: 15:57
  7.  */
  8. namespace Hitso\Bundle\ProbeBundle;
  9. use Symfony\Component\HttpKernel\Bundle\Bundle;
  10. class HitsoProbeBundle extends Bundle
  11. {
  12. }