Skip to content

Commit 16d035d

Browse files
committed
bug #891 [Typed] Fixing bad namespace (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Typed] Fixing bad namespace | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | None | License | MIT Introduced by accident in #887. Commits ------- b89c5ce Fixing bad namespace
2 parents e59691a + b89c5ce commit 16d035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typed/src/DependencyInjection/TypedExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\UX\Swup\DependencyInjection;
12+
namespace Symfony\UX\Typed\DependencyInjection;
1313

1414
use Symfony\Component\AssetMapper\AssetMapperInterface;
1515
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)