Fixed database started for API tests in GitHub workflow

This commit is contained in:
Alejandro Celaya
2021-02-05 18:33:36 +01:00
parent bc632fd644
commit de4e677f18
4 changed files with 4 additions and 4 deletions

View File

@@ -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
{