Revert "Rewritten device groups (including static) (#10295)" (#10340)

This reverts commit cfc51d51f5.
This commit is contained in:
Tony Murray
2019-06-16 21:52:57 -05:00
committed by GitHub
parent cfc51d51f5
commit c2b09b8f80
36 changed files with 1360 additions and 1006 deletions

View File

@@ -214,7 +214,7 @@ class Schema
return [$table, $target];
}
$table_relations = $relationships[$table] ?? [];
$table_relations = $relationships[$table];
d_echo("Searching $table: " . json_encode($table_relations) . PHP_EOL);
if (!empty($table_relations)) {