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 04470bc commit 6093260Copy full SHA for 6093260
src/Commands/MigrateCommand.php
@@ -3,9 +3,9 @@
3
namespace Native\Laravel\Commands;
4
5
use Illuminate\Contracts\Events\Dispatcher;
6
+use Illuminate\Database\Console\Migrations\MigrateCommand as BaseMigrateCommand;
7
use Illuminate\Database\Migrations\Migrator;
8
use Native\Laravel\NativeServiceProvider;
-use Illuminate\Database\Console\Migrations\MigrateCommand as BaseMigrateCommand;
9
10
class MigrateCommand extends BaseMigrateCommand
11
{
0 commit comments