We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 699f1c4 + 87581d4 commit b6a35d1Copy full SHA for b6a35d1
2 files changed
Classes/TCA/PreventReferenceIndex.php Classes/Tca/PreventReferenceIndex.phpClasses/TCA/PreventReferenceIndex.php renamed to Classes/Tca/PreventReferenceIndex.php
@@ -1,7 +1,7 @@
1
<?php
2
3
declare(strict_types=1);
4
-namespace In2code\Luxletter\TCA;
+namespace In2code\Luxletter\Tca;
5
6
use TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent;
7
Configuration/Services.yaml
@@ -32,7 +32,7 @@ services:
32
- name: 'console.command'
33
command: 'luxletter:queue'
34
35
- In2code\Luxletter\TCA\PreventReferenceIndex:
+ In2code\Luxletter\Tca\PreventReferenceIndex:
36
tags:
37
- name: 'event.listener'
38
identifier: 'luxletter/preventReferenceIndex'
0 commit comments