@@ -405,7 +405,7 @@ |
||
405 | 405 | |
406 | 406 | $excludeTablesUserInput = $this->excludeTables($input, $output); // Unprefixed |
407 | 407 | $includeTablesUserInput = $this->includeTables($input, $output); // Unprefixed |
408 | - $stripTablesUserInput = $this->stripTables($input, $output); // Unprefixed |
|
408 | + $stripTablesUserInput = $this->stripTables($input, $output); // Unprefixed |
|
409 | 409 | |
410 | 410 | // Filter out any tables that should be excluded entirely |
411 | 411 | // This ensures tables matching exclude patterns (like admin_*) are not included in structure dump |