vendor/codefog/contao-haste/src/CodefogHasteBundle.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Codefog\HasteBundle;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. class CodefogHasteBundle extends Bundle
  6. {
  7. public function getPath(): string
  8. {
  9. return \dirname(__DIR__);
  10. }
  11. }