mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
Fix type in Version20240318084804
This commit is contained in:
parent
8417498f08
commit
cef30c8e2d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user