2018-10-30 11:13:56 +01:00
|
|
|
<?php
|
|
|
|
|
2018-10-30 11:30:06 +01:00
|
|
|
namespace Codappix\SearchCore\Compatibility;
|
2018-10-30 11:13:56 +01:00
|
|
|
|
|
|
|
class ExtensionConfiguration extends \TYPO3\CMS\Core\Configuration\ExtensionConfiguration implements ExtensionConfigurationInterface
|
|
|
|
{
|
|
|
|
}
|