Skip to content

Commit 8bb8e49

Browse files
authored
[BUGFIX] Fix broken braces
1 parent 7be0cee commit 8bb8e49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/SlugModifier.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ protected function resolveHookParameters(array $configuration, string $tableName
8888
)
8989
->executeQuery()
9090
->fetchAssociative();
91-
}
9291
if ($row !== false) {
9392
$this->recordData = array_replace($row, $record);
9493
}

0 commit comments

Comments
 (0)