Skip to content

Commit 290876b

Browse files
committed
pslam fail
1 parent ecdac4a commit 290876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/RowService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ public function importRow(Table $table, array $row): int {
870870
$qb->executeStatement();
871871
$id = $this->connection->lastInsertId('*PREFIX*tables_row_sleeves');
872872

873-
return (int)$id;
873+
return $id;
874874
} catch (\Exception $e) {
875875
$this->logger->error('userMigrationImport insert error: ' . $e->getMessage());
876876
throw new InternalError('userMigrationImport insert error: ' . $e->getMessage());

0 commit comments

Comments
 (0)