Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit 1b9fb2b

Browse files
committed
no message
1 parent b11eae0 commit 1b9fb2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/ScaffoldResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static function getTableColumns($tableName)
158158
];
159159

160160
foreach ($columns as $column) {
161-
if ($column->Field === 'id' && $column->Field === 'ID') {
161+
if ($column->Field === 'id' || $column->Field === 'ID') {
162162
continue;
163163
}
164164

0 commit comments

Comments
 (0)