mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
Removed unused function
This commit is contained in:
parent
7e685954cf
commit
f2828e0d5e
@ -5,7 +5,6 @@ namespace App\Controller;
|
|||||||
use Symfony\Component\Routing\Annotation\Route;
|
use Symfony\Component\Routing\Annotation\Route;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use App\DBAL\Types\SystemSlugType;
|
use App\DBAL\Types\SystemSlugType;
|
||||||
use App\Entity\Source\AbstractSource;
|
|
||||||
use App\Entity\Meta\Right;
|
use App\Entity\Meta\Right;
|
||||||
use App\DBAL\Types\Meta\Right\LayerType;
|
use App\DBAL\Types\Meta\Right\LayerType;
|
||||||
use App\DBAL\Types\Meta\Right\CRUDType;
|
use App\DBAL\Types\Meta\Right\CRUDType;
|
||||||
@ -44,9 +43,4 @@ final class DefaultController extends AbstractController
|
|||||||
{
|
{
|
||||||
return $this->render('standard/homepage.html.twig');
|
return $this->render('standard/homepage.html.twig');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setEntityName(): void
|
|
||||||
{
|
|
||||||
$this->entityName = AbstractSource::class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user