We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d09227 commit 42269beCopy full SHA for 42269be
src/Commands/MigrateDumpCommand.php
@@ -25,8 +25,6 @@ public function handle()
25
DB::setDefaultConnection($database);
26
$db_config = DB::getConfig();
27
28
- // CONSIDER: Ending with ".mysql" or "-mysql.sql" unless in
29
- // compatibility mode.
30
$schema_sql_path = self::getSchemaSqlPath($db_config['driver']);
31
$schema_sql_directory = dirname($schema_sql_path);
32
if (! file_exists($schema_sql_directory)) {
0 commit comments