Skip to content

Commit 0dd5f96

Browse files
authored
Merge pull request #120 from davysumo/replace-source-function-with-custom
bugfix: namespace
2 parents 1747ef5 + 4552c11 commit 0dd5f96

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)