Skip to content

Commit

Permalink
Merge pull request #99 from pan93412/main
Browse files Browse the repository at this point in the history
Use 'Extension' under 'DependencyInjection' component
  • Loading branch information
notFloran authored Dec 11, 2024
2 parents 83d8e44 + 0f1489d commit 0e7d428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/MjmlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

class MjmlExtension extends Extension
{
Expand Down

0 comments on commit 0e7d428

Please sign in to comment.