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