Skip to content

Commit

Permalink
MERGE: Merge branch '1.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Mar 15, 2018
2 parents 5b8bd33 + a36ba5a commit 17bc8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

use Neos\Cache\Frontend\VariableFrontend;
use Neos\Flow\Annotations as Flow;
use Neos\Flow\Log\LoggerInterface;
use Neos\Flow\Log\SystemLoggerInterface;
use Neos\Flow\Mvc\ActionRequest;
use Neos\Flow\Mvc\Routing\UriBuilder;
use Neos\Flow\Utility\Algorithms;
Expand Down Expand Up @@ -53,7 +53,7 @@ class Helper

/**
* @Flow\Inject
* @var LoggerInterface
* @var SystemLoggerInterface
*/
protected $logger;

Expand Down

0 comments on commit 17bc8c1

Please sign in to comment.