2024.12.01 16:13:16

This commit is contained in:
Christian Moser 2024-12-01 16:13:16 +01:00
parent b3b3327905
commit e0a88c3bd4

View File

@ -8,4 +8,8 @@ use Symfony\Component\Routing\Attribute\Route;
abstract class WebrootController extends AbstractController
{
protected function getDefaultVariables()
{
}
}