Skip to content

Commit

Permalink
[BUGFIX] implement LoggerAwareInterface interface in order to get log…
Browse files Browse the repository at this point in the history
…ger inject (#455)
  • Loading branch information
anjeylink authored and dmh committed Dec 19, 2018
1 parent 790b500 commit dfe0bc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Classes/Utility/FixedPostVarsConfigurationUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
namespace T3kit\themeT3kit\Utility;

use Doctrine\DBAL\Query\QueryBuilder;
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerAwareTrait;
use TYPO3\CMS\Backend\Utility\BackendUtility;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Database\DatabaseConnection;
use TYPO3\CMS\Core\Utility\ArrayUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Utility\PathUtility;
Expand All @@ -15,7 +14,7 @@
* Class FixedPostVarsConfigurationUtility
* @package T3kit\themeT3kit\Utility
*/
class FixedPostVarsConfigurationUtility
class FixedPostVarsConfigurationUtility implements LoggerAwareInterface
{
use LoggerAwareTrait;

Expand Down

0 comments on commit dfe0bc4

Please sign in to comment.