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