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