mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 00:03:12 +08:00
11 lines
190 B
PHP
11 lines
190 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Shlinkio\Shlink\Installer\Config;
|
|
|
|
use Psr\Container\ContainerInterface;
|
|
|
|
interface ConfigCustomizerManagerInterface extends ContainerInterface
|
|
{
|
|
}
|