Renamed AdminPages/ templates folder to recommended snake_case style

This commit is contained in:
Jan Böhmer 2023-02-04 23:34:39 +01:00
parent 1559b669df
commit a128f40358
32 changed files with 32 additions and 32 deletions

View file

@ -42,7 +42,7 @@ use Symfony\Component\Routing\Annotation\Route;
class MeasurementUnitController extends BaseAdminController
{
protected string $entity_class = MeasurementUnit::class;
protected string $twig_template = 'AdminPages/MeasurementUnitAdmin.html.twig';
protected string $twig_template = 'admin/measurement_unit_admin.html.twig';
protected string $form_class = MeasurementUnitAdminForm::class;
protected string $route_base = 'measurement_unit';
protected string $attachment_class = MeasurementUnitAttachment::class;