Skip to content

Commit 6093260

Browse files
mpociotgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 04470bc commit 6093260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MigrateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace Native\Laravel\Commands;
44

55
use Illuminate\Contracts\Events\Dispatcher;
6+
use Illuminate\Database\Console\Migrations\MigrateCommand as BaseMigrateCommand;
67
use Illuminate\Database\Migrations\Migrator;
78
use Native\Laravel\NativeServiceProvider;
8-
use Illuminate\Database\Console\Migrations\MigrateCommand as BaseMigrateCommand;
99

1010
class MigrateCommand extends BaseMigrateCommand
1111
{

0 commit comments

Comments
 (0)