From b10251915422e475b6c6697b4bed409e45277f3d Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Thu, 18 Jan 2024 11:13:56 +0100 Subject: [PATCH] test: added tests --- src/Service/PrinterService.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/Service/PrinterService.php diff --git a/src/Service/PrinterService.php b/src/Service/PrinterService.php new file mode 100644 index 0000000..67a327a --- /dev/null +++ b/src/Service/PrinterService.php @@ -0,0 +1,20 @@ +entityManager->remove($printer); + $this->entityManager->flush(); + } +} \ No newline at end of file