vendor/eckinox/notifier-bundle/src/EckinoxNotifierBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace Eckinox\NotifierBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. final class EckinoxNotifierBundle extends Bundle
  5. {
  6.     public function getPath(): string
  7.     {
  8.         return \dirname(__DIR__);
  9.     }
  10. }