mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fix type in Version20240318084804
This commit is contained in:
parent
8417498f08
commit
cef30c8e2d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue