Completed
Push — hotfix/1731-db-dump-command ( 1d0dbc )
by Christian
23s
created
src/N98/Magento/Command/Database/DumpCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -405,7 +405,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.