mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Extract logic to send visits to Matomo to its own service
This commit is contained in:
@@ -16,7 +16,7 @@ enum RedirectStatus: int
|
||||
return contains($this, [self::STATUS_301, self::STATUS_308]);
|
||||
}
|
||||
|
||||
public function isLegacyStatus(): bool
|
||||
public function isGetOnlyStatus(): bool
|
||||
{
|
||||
return contains($this, [self::STATUS_301, self::STATUS_302]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user