mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 17:44:44 +08:00
Create SendVisitToMatomoTest
This commit is contained in:
@@ -11,6 +11,9 @@ use function sprintf;
|
||||
|
||||
class ShortUrlStringifier implements ShortUrlStringifierInterface
|
||||
{
|
||||
/**
|
||||
* @param array{schema?: string, hostname?: string} $domainConfig
|
||||
*/
|
||||
public function __construct(private readonly array $domainConfig, private readonly string $basePath = '')
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user