We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d702d commit c42b2ccCopy full SHA for c42b2cc
src/OrmClassesGenerator.php
@@ -289,7 +289,7 @@ protected function generateClassFiles(string $tableOrViewName=''): ?int {
289
foreach ($this->tableAndViewNames as $tableName) {
290
291
if($tableOrViewName !== '' && $tableName !== $tableOrViewName) {
292
-
+
293
continue; // check the next table name (if any) on the next iteration
294
}
295
0 commit comments