mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 11:36:11 +01:00
8 lines
No EOL
138 B
PHP
8 lines
No EOL
138 B
PHP
<?php
|
|
|
|
namespace Codappix\SearchCore\Compatibility;
|
|
|
|
interface ExtensionConfigurationInterface
|
|
{
|
|
public function get($extensionKey);
|
|
} |