transaction

This commit is contained in:
2025-01-20 00:12:30 +03:00
parent 1ffa0581bf
commit 485c11de5f
16 changed files with 589 additions and 1 deletions

View File

@ -64,6 +64,13 @@ class CardModule extends Module
"slug" => "card_program_conditions",
"parent_slug" => "card"
]);
$this->menuService->createItem([
"label" => "Транзакции",
"url" => "/admin/card_transaction",
"slug" => "card_transaction",
"parent_slug" => "card"
]);
}
/**
@ -76,6 +83,7 @@ class CardModule extends Module
$this->menuService->removeItemBySlug("card_template");
$this->menuService->removeItemBySlug("card_program");
$this->menuService->removeItemBySlug("card_program_conditions");
$this->menuService->removeItemBySlug("card_transaction");
$this->migrationService->rollbackAtPath("{KERNEL_APP_MODULES}/card/migrations");
$this->consoleService->runComposerRemove("dragon-code/card-number");
$this->consoleService->runComposerRemove("endroid/qr-code");