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