Files
shlink/module/Rest/src/Authentication/AuthenticationPluginManagerInterface.php
2019-10-05 17:26:10 +02:00

12 lines
198 B
PHP

<?php
declare(strict_types=1);
namespace Shlinkio\Shlink\Rest\Authentication;
use Psr\Container\ContainerInterface;
interface AuthenticationPluginManagerInterface extends ContainerInterface
{
}