diff --git a/app/common/Ideal/LoggerEnabled.php b/app/common/Ideal/LoggerEnabled.php new file mode 100644 index 0000000..b2bc3ef --- /dev/null +++ b/app/common/Ideal/LoggerEnabled.php @@ -0,0 +1,19 @@ +logger = $logger; + return $this; + } + public function getLogger(): LoggerInterface + { + return $this->logger; + } +}