Skip to content

Commit

Permalink
Fixed generated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 5, 2024
1 parent fdd3b7e commit 6221282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ protected function table( array $def, string $template ) : string
$fktables = [];

foreach( $def['foreign'] ?? [] as $e ) {
$fktables[] = $e['fktable'] ?? '';
$fktables[] = 'table_' . $e['fktable'] ?? '';
}

return str_replace( [
Expand Down

0 comments on commit 6221282

Please # to comment.