Skip to content

Commit

Permalink
Merge pull request #21 from TYPO3-Headless/20-fix-typo-in-namespace-d…
Browse files Browse the repository at this point in the history
…eclaration

20 fix typo in namespace declaration
  • Loading branch information
Fanor51 authored Apr 4, 2023
2 parents bbd08c6 + d60917b commit 8597762
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Classes/DataProcessing/HeadlessContainerProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Fanor51\HeadlesContainerSupport\DataProcessing;
namespace Fanor51\HeadlessContainerSupport\DataProcessing;

use B13\Container\DataProcessing\ContainerProcessor;
use B13\Container\Domain\Factory\Exception;
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ services:
autoconfigure: true
public: false

Fanor51\HeadlesContainerSupport\:
Fanor51\HeadlessContainerSupport\:
resource: '../Classes/*'
public: true
Binary file modified Docs/Assets/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Example/TypoScript/Container/33_wrapper.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tt_content.33_wrapper {
left = TEXT
left {
dataProcessing {
10 = Fanor51\HeadlesContainerSupport\DataProcessing\HeadlessContainerProcessor
10 = Fanor51\HeadlessContainerSupport\DataProcessing\HeadlessContainerProcessor
10 {
colPos = 201
as = left
Expand All @@ -19,7 +19,7 @@ tt_content.33_wrapper {
mid = TEXT
mid {
dataProcessing {
10 = Fanor51\HeadlesContainerSupport\DataProcessing\HeadlessContainerProcessor
10 = Fanor51\HeadlessContainerSupport\DataProcessing\HeadlessContainerProcessor
10 {
colPos = 202
as = mid
Expand All @@ -30,7 +30,7 @@ tt_content.33_wrapper {
right = TEXT
right {
dataProcessing {
10 = Fanor51\HeadlesContainerSupport\DataProcessing\HeadlessContainerProcessor
10 = Fanor51\HeadlessContainerSupport\DataProcessing\HeadlessContainerProcessor
10 {
colPos = 203
as = right
Expand Down
4 changes: 2 additions & 2 deletions Example/TypoScript/Container/50_wrapper.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tt_content.50_wrapper {
left = TEXT
left {
dataProcessing {
10 = Fanor51\HeadlesContainerSupport\DataProcessing\HeadlessContainerProcessor
10 = Fanor51\HeadlessContainerSupport\DataProcessing\HeadlessContainerProcessor
10 {
colPos = 201
as = left
Expand All @@ -17,7 +17,7 @@ tt_content.50_wrapper {
right = TEXT
right {
dataProcessing {
10 = Fanor51\HeadlesContainerSupport\DataProcessing\HeadlessContainerProcessor
10 = Fanor51\HeadlessContainerSupport\DataProcessing\HeadlessContainerProcessor
10 {
colPos = 202
as = right
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"autoload": {
"psr-4": {
"Fanor51\\HeadlesContainerSupport\\": "Classes/"
"Fanor51\\HeadlessContainerSupport\\": "Classes/"
}
},
"config": {
Expand Down

0 comments on commit 8597762

Please sign in to comment.