<?php
namespace Roothirsch\Tuer24Bundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
class RoothirschTuer24Bundle extends Bundle
{
/**
* Returns the path to the bundle's resources
*
* @return string
*/
public function getPath(): string
{
return \dirname(__DIR__);
}
}