Skip to content

Commit c42b2cc

Browse files
committed
Tweaks
1 parent f4d702d commit c42b2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrmClassesGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ protected function generateClassFiles(string $tableOrViewName=''): ?int {
289289
foreach ($this->tableAndViewNames as $tableName) {
290290

291291
if($tableOrViewName !== '' && $tableName !== $tableOrViewName) {
292-
292+
293293
continue; // check the next table name (if any) on the next iteration
294294
}
295295

0 commit comments

Comments
 (0)