Merge pull request #141 from Codappix/hotfix/allow-multiple-instances

BUGFIX: Allow multiple instances with different configurations
This commit is contained in:
Daniel Siepmann 2018-03-20 11:27:25 +01:00 committed by GitHub
commit 979db75ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,11 @@ namespace Codappix\SearchCore\Configuration;
* 02110-1301, USA.
*/
use TYPO3\CMS\Core\SingletonInterface as Singleton;
/**
* Container of all configurations for extension.
* Always inject this to have a single place for configuration and parsing only once.
* Always inject this to have a single place for configuration.
*/
interface ConfigurationContainerInterface extends Singleton
interface ConfigurationContainerInterface
{
/**
* Returns the option defined by section and key.