diff --git a/src/Service/PetStoreService.php b/src/Service/PetStoreService.php index 81ff7fb..25df31a 100644 --- a/src/Service/PetStoreService.php +++ b/src/Service/PetStoreService.php @@ -46,7 +46,7 @@ public function __construct( LoggerInterface $pluginLogger ) { $this->entityManager = $entityManager; - $this->logger = $pluginLogger; + $this->logger = $pluginLogger; $this->configuration = []; $this->data = []; @@ -67,7 +67,7 @@ public function petStoreHandler(array $data, array $configuration): array $this->configuration = $configuration; $this->logger->debug("PetStoreService -> petStoreHandler()"); - + return ['response' => 'Hello. Your PetStoreBundle works']; }//end petStoreHandler()