Skip to content

Commit

Permalink
Fix Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Nov 28, 2023
1 parent 33793a3 commit d5fbb21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Infrastructure/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
namespace RichId\CacheBundle\Infrastructure\DependencyInjection;

use RichCongress\BundleToolbox\Configuration\AbstractConfiguration;
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;

class Configuration extends AbstractConfiguration
{
public const CONFIG_NODE = 'rich_id_cache';

protected function buildConfiguration(ArrayNodeDefinition $rootNode): void
{
}
}

0 comments on commit d5fbb21

Please sign in to comment.