mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 10:16:11 +01:00
7 lines
183 B
PHP
7 lines
183 B
PHP
|
<?php
|
||
|
|
||
|
namespace Codappix\SearchCore\Utility;
|
||
|
|
||
|
class ExtensionConfiguration extends \TYPO3\CMS\Core\Configuration\ExtensionConfiguration implements ExtensionConfigurationInterface
|
||
|
{
|
||
|
}
|