Skip to content

Commit b6a35d1

Browse files
authored
Merge pull request #254 from thomasrawiel/feature/issue-253
[fix] merge tca namespaces, resolves #253
2 parents 699f1c4 + 87581d4 commit b6a35d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4-
namespace In2code\Luxletter\TCA;
4+
namespace In2code\Luxletter\Tca;
55

66
use TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent;
77

Configuration/Services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- name: 'console.command'
3333
command: 'luxletter:queue'
3434

35-
In2code\Luxletter\TCA\PreventReferenceIndex:
35+
In2code\Luxletter\Tca\PreventReferenceIndex:
3636
tags:
3737
- name: 'event.listener'
3838
identifier: 'luxletter/preventReferenceIndex'

0 commit comments

Comments
 (0)