We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790b500 commit dfe0bc4Copy full SHA for dfe0bc4
Classes/Utility/FixedPostVarsConfigurationUtility.php
@@ -3,10 +3,9 @@
3
namespace T3kit\themeT3kit\Utility;
4
5
use Doctrine\DBAL\Query\QueryBuilder;
6
+use Psr\Log\LoggerAwareInterface;
7
use Psr\Log\LoggerAwareTrait;
-use TYPO3\CMS\Backend\Utility\BackendUtility;
8
use TYPO3\CMS\Core\Database\ConnectionPool;
9
-use TYPO3\CMS\Core\Database\DatabaseConnection;
10
use TYPO3\CMS\Core\Utility\ArrayUtility;
11
use TYPO3\CMS\Core\Utility\GeneralUtility;
12
use TYPO3\CMS\Core\Utility\PathUtility;
@@ -15,7 +14,7 @@
15
14
* Class FixedPostVarsConfigurationUtility
16
* @package T3kit\themeT3kit\Utility
17
*/
18
-class FixedPostVarsConfigurationUtility
+class FixedPostVarsConfigurationUtility implements LoggerAwareInterface
19
{
20
use LoggerAwareTrait;
21
0 commit comments