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