mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +01:00
Hopefully fixed AbstractParameter exception on the LabelProfile controller
This commit is contained in:
@@ -58,12 +58,12 @@ use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
*/
|
||||
class CurrencyController extends BaseAdminController
|
||||
{
|
||||
protected $entity_class = Currency::class;
|
||||
protected $twig_template = 'AdminPages/CurrencyAdmin.html.twig';
|
||||
protected $form_class = CurrencyAdminForm::class;
|
||||
protected $route_base = 'currency';
|
||||
protected $attachment_class = CurrencyAttachment::class;
|
||||
protected $parameter_class = CurrencyParameter::class;
|
||||
protected string $entity_class = Currency::class;
|
||||
protected string $twig_template = 'AdminPages/CurrencyAdmin.html.twig';
|
||||
protected string $form_class = CurrencyAdminForm::class;
|
||||
protected string $route_base = 'currency';
|
||||
protected string $attachment_class = CurrencyAttachment::class;
|
||||
protected ?string $parameter_class = CurrencyParameter::class;
|
||||
|
||||
protected ExchangeRateUpdater $exchangeRateUpdater;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user