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 eca77ce commit a1cf6d6Copy full SHA for a1cf6d6
webfiori/framework/writers/TableClassWriter.php
@@ -254,7 +254,7 @@ private function addFKOption(Column $colObj) {
254
$fks = $this->getTable()->getForeignKeys();
255
256
foreach ($fks as $fk) {
257
- $fk instanceof FK;
+
258
$sourceCols = array_values($fk->getOwnerCols());
259
260
if (count($sourceCols) == 1 && $sourceCols[0]->getNormalName() == $colObj->getNormalName()) {
0 commit comments