We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66362d commit ca4f235Copy full SHA for ca4f235
src/Service/SearchIndex/IndexQueue/EnqueueService.php
@@ -151,7 +151,7 @@ public function enqueueAssets(): EnqueueService
151
ElementType::ASSET->value,
152
IndexName::ASSET->value,
153
IndexQueueOperation::UPDATE->value,
154
- $this->timeService->getCurrentMillisecondTimestamp(),
+ (string)$this->timeService->getCurrentMillisecondTimestamp(),
155
'0',
156
]
157
);
0 commit comments