Skip to content

Commit 4552c11

Browse files
committed
bugfix: namespace
1 parent 0d9cf0e commit 4552c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
declare(strict_types=1);
44

5-
use App\Twig\ContentExtension;
65
use SumoCoders\FrameworkCoreBundle\Command\TranslateCommand;
6+
use SumoCoders\FrameworkCoreBundle\Twig\ContentExtension;
77
use Symfony\Component\Form\Extension\Core\Type\TimeType;
88
use SumoCoders\FrameworkCoreBundle\Service\Fallbacks;
99
use Symfony\Component\Form\Extension\Core\Type\DateType;

src/Twig/ContentExtension.php

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

3-
namespace App\Twig;
3+
namespace SumoCoders\FrameworkCoreBundle\Twig;
44

55
use Symfony\Component\DependencyInjection\Attribute\Autowire;
66
use Twig\Extension\AbstractExtension;

0 commit comments

Comments
 (0)