We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1747ef5 + 4552c11 commit 0dd5f96Copy full SHA for 0dd5f96
config/services.php
@@ -2,8 +2,8 @@
2
3
declare(strict_types=1);
4
5
-use App\Twig\ContentExtension;
6
use SumoCoders\FrameworkCoreBundle\Command\TranslateCommand;
+use SumoCoders\FrameworkCoreBundle\Twig\ContentExtension;
7
use Symfony\Component\Form\Extension\Core\Type\TimeType;
8
use SumoCoders\FrameworkCoreBundle\Service\Fallbacks;
9
use Symfony\Component\Form\Extension\Core\Type\DateType;
src/Twig/ContentExtension.php
@@ -1,6 +1,6 @@
1
<?php
-namespace App\Twig;
+namespace SumoCoders\FrameworkCoreBundle\Twig;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
use Twig\Extension\AbstractExtension;
0 commit comments