Skip to content

Commit

Permalink
[FIX] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm authored Jul 8, 2020
1 parent f44887f commit 8515be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cron/Reporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -61,4 +61,4 @@ public function execute()
}
}

}
}

0 comments on commit 8515be7

Please sign in to comment.