lib/Ntl/RestDriver/src/NtlRestDriverBundle.php line 20
<?php/*** This file is part of the NautilePlus package.** (c) Nicolas SOBOLEV <nicolas.sobolev@nautile.sarl>** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*/namespace Ntl\RestDriverBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/*** Sql-to-REST Driver.** @see https://symfony.com/doc/current/bundles.html **/class NtlRestDriverBundle extends Bundle{// public function getPath(): string// {// return \dirname(__DIR__);// }}