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 d300f60 commit c1eb1f7Copy full SHA for c1eb1f7
lib/public/AppFramework/Db/QBMapper.php
@@ -114,9 +114,7 @@ public function insert(Entity $entity): Entity {
114
115
if ($entity instanceof SnowflakeAwareEntity) {
116
/** @psalm-suppress DocblockTypeContradiction */
117
- if ($entity->getId() === null) {
118
- $entity->setId();
119
- }
+ $entity->setId();
120
$qb->executeStatement();
121
} else {
122
0 commit comments