vendor/fenepedia/contao-er24-rechtstexte/src/ContaoErecht24RechtstexteBundle.php line 17

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of the Contao Rechtstexte für eRecht24 extension.
  5.  *
  6.  * (c) fenepedia
  7.  *
  8.  * @license LGPL-3.0-or-later
  9.  */
  10. namespace Fenepedia\ContaoErecht24Rechtstexte;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. class ContaoErecht24RechtstexteBundle extends Bundle
  13. {
  14.     public const PLUGIN_KEY 'hxsddw3ouZtcHT7WaE2W5urEyHvXV4g9ewPd7i4rY3CMN5iP9q3exHfkmhxLTgLo';
  15.     public function getPath(): string
  16.     {
  17.         return \dirname(__DIR__);
  18.     }
  19. }