Skip to content

Commit

Permalink
Merge pull request #23 from playox/bugfix/22-missing-configuration
Browse files Browse the repository at this point in the history
bugfix(config): #22 Add `getConfiguration` method
  • Loading branch information
teiling88 authored Jan 15, 2024
2 parents 4823f68 + 1765ed6 commit f98520e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/DependencyInjection/FlagceptionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ public function load(array $configs, ContainerBuilder $container): void
}
}

public function getConfiguration(array $config, ContainerBuilder $container): Configuration
{
return new Configuration($this->getConfigurators($container));
}

/**
* Get configurators
*
Expand Down

0 comments on commit f98520e

Please sign in to comment.