Skip to content

Commit

Permalink
Small fix for missing rename of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zombaya committed Feb 26, 2024
1 parent a1189b2 commit 7ce2724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/DoctrineEncryptExtension.php
Expand Up @@ -76,7 +76,7 @@ public function load(array $configs, ContainerBuilder $container): void
}
// Symfony 7 (only attributes)
} else {
$loader->load('services_subscriber_sf7.yml');
$loader->load('service_listeners_with_attributes.yml');
}
}

Expand Down

0 comments on commit 7ce2724

Please sign in to comment.