mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 18:28:49 +02:00
Renamed AdminPages/ templates folder to recommended snake_case style
This commit is contained in:
parent
1559b669df
commit
a128f40358
32 changed files with 32 additions and 32 deletions
|
@ -59,7 +59,7 @@ use Symfony\Contracts\Translation\TranslatorInterface;
|
|||
class CurrencyController extends BaseAdminController
|
||||
{
|
||||
protected string $entity_class = Currency::class;
|
||||
protected string $twig_template = 'AdminPages/CurrencyAdmin.html.twig';
|
||||
protected string $twig_template = 'admin/currency_admin.html.twig';
|
||||
protected string $form_class = CurrencyAdminForm::class;
|
||||
protected string $route_base = 'currency';
|
||||
protected string $attachment_class = CurrencyAttachment::class;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue