mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Fixed database started for API tests in GitHub workflow
This commit is contained in:
@@ -18,7 +18,7 @@ class UrlShortenerOptions extends AbstractOptions
|
||||
private bool $validateUrl = true;
|
||||
private int $redirectStatusCode = DEFAULT_REDIRECT_STATUS_CODE;
|
||||
private int $redirectCacheLifetime = DEFAULT_REDIRECT_CACHE_LIFETIME;
|
||||
private bool $autoResolveTitles = false; // Deprecated value. Default to true with Shlink 3.0.0
|
||||
private bool $autoResolveTitles = false;
|
||||
|
||||
public function isUrlValidationEnabled(): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user