Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TestRunner/TravisYml/Generator.php')
-rw-r--r--plugins/TestRunner/TravisYml/Generator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/TravisYml/Generator.php b/plugins/TestRunner/TravisYml/Generator.php
index aa43cfbcd5..8243ac969e 100644
--- a/plugins/TestRunner/TravisYml/Generator.php
+++ b/plugins/TestRunner/TravisYml/Generator.php
@@ -40,7 +40,7 @@ abstract class Generator
public function __construct($options)
{
$this->options = $options;
- $this->logger = StaticContainer::getContainer()->get('Psr\Log\LoggerInterface');
+ $this->logger = StaticContainer::get('Psr\Log\LoggerInterface');
$this->view = new TravisYmlView();
}