<?php
namespace Eckinox\NotifierBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class EckinoxNotifierBundle extends Bundle
{
public function getPath(): string
return \dirname(__DIR__);
}