mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fix type in Version20240318084804
This commit is contained in:
@@ -39,7 +39,7 @@ final class Version20240318084804 extends AbstractMigration
|
||||
}
|
||||
}
|
||||
|
||||
private function insertCount(string $shortUrlId, int $count, bool $potentialBot): void
|
||||
private function insertCount(string|int $shortUrlId, int $count, bool $potentialBot): void
|
||||
{
|
||||
$this->connection->createQueryBuilder()
|
||||
->insert('short_url_visits_counts')
|
||||
|
||||
Reference in New Issue
Block a user