diff --git a/Cron/Reporter.php b/Cron/Reporter.php index 5cb4dcc..5bb5004 100644 --- a/Cron/Reporter.php +++ b/Cron/Reporter.php @@ -38,7 +38,7 @@ public function __construct( \Sequra\Core\Model\ReporterFactory $reporterFactory ) { $this->_config = $configFactory->create(); - $this->_reporter = $reporterFactory->crete(); + $this->_reporter = $reporterFactory->create(); $this->_logger = $logger; } @@ -61,4 +61,4 @@ public function execute() } } -} \ No newline at end of file +}