Skip to content

Commit 42269be

Browse files
committed
Remove comment
1 parent 3d09227 commit 42269be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Commands/MigrateDumpCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public function handle()
2525
DB::setDefaultConnection($database);
2626
$db_config = DB::getConfig();
2727

28-
// CONSIDER: Ending with ".mysql" or "-mysql.sql" unless in
29-
// compatibility mode.
3028
$schema_sql_path = self::getSchemaSqlPath($db_config['driver']);
3129
$schema_sql_directory = dirname($schema_sql_path);
3230
if (! file_exists($schema_sql_directory)) {

0 commit comments

Comments
 (0)