vendor/roothirsch/tuer24-bundle/src/RoothirschTuer24Bundle.php line 8

Open in your IDE?
  1. <?php
  2. namespace Roothirsch\Tuer24Bundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. use Symfony\Component\DependencyInjection\ContainerBuilder;
  5. class RoothirschTuer24Bundle extends Bundle
  6. {
  7. /**
  8. * Returns the path to the bundle's resources
  9. *
  10. * @return string
  11. */
  12. public function getPath(): string
  13. {
  14. return \dirname(__DIR__);
  15. }
  16. }