Merge branch 'main' into develop

pull/21/head
Manuel Aranda Rosales 2025-03-05 09:33:54 +01:00
commit 6ed2d7a936
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ class ChargeExampleTraceCommand extends Command
$this->entityManager->flush(); $this->entityManager->flush();
return 1; return Command::SUCCESS;
} }
} }