mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 18:30:23 -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()
|
$this->connection->createQueryBuilder()
|
||||||
->insert('short_url_visits_counts')
|
->insert('short_url_visits_counts')
|
||||||
|
Loading…
Reference in New Issue
Block a user