mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +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\HttpFoundation\Response;
|
||||
use App\DBAL\Types\SystemSlugType;
|
||||
use App\Entity\Source\AbstractSource;
|
||||
use App\Entity\Meta\Right;
|
||||
use App\DBAL\Types\Meta\Right\LayerType;
|
||||
use App\DBAL\Types\Meta\Right\CRUDType;
|
||||
@ -44,9 +43,4 @@ final class DefaultController extends AbstractController
|
||||
{
|
||||
return $this->render('standard/homepage.html.twig');
|
||||
}
|
||||
|
||||
protected function setEntityName(): void
|
||||
{
|
||||
$this->entityName = AbstractSource::class;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user