mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Moved some config to the proper namespace, now that config is no longer part of the public contract
This commit is contained in:
@@ -7,13 +7,13 @@ namespace Shlinkio\Shlink\Core\Util;
|
||||
use Fig\Http\Message\StatusCodeInterface;
|
||||
use Laminas\Diactoros\Response\RedirectResponse;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use Shlinkio\Shlink\Core\Options\UrlShortenerOptions;
|
||||
use Shlinkio\Shlink\Core\Options\RedirectOptions;
|
||||
|
||||
use function sprintf;
|
||||
|
||||
class RedirectResponseHelper implements RedirectResponseHelperInterface
|
||||
{
|
||||
public function __construct(private UrlShortenerOptions $options)
|
||||
public function __construct(private RedirectOptions $options)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user