Skip to content

Commit a70fc62

Browse files
author
Andrey Helldar
committed
Replaced migrator link
1 parent 0f5764a commit a70fc62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Console/Reset.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
namespace Helldar\LaravelActions\Console;
44

55
use Helldar\LaravelActions\Constants\Names;
6+
use Helldar\LaravelActions\Support\Migrator;
67
use Helldar\LaravelActions\Traits\Database;
78
use Helldar\LaravelActions\Traits\Infoable;
89
use Helldar\LaravelActions\Traits\Optionable;
910
use Illuminate\Console\ConfirmableTrait;
1011
use Illuminate\Database\Console\Migrations\BaseCommand;
11-
use Illuminate\Database\Migrations\Migrator;
1212
use Symfony\Component\Console\Input\InputOption;
1313

1414
final class Reset extends BaseCommand
@@ -35,14 +35,14 @@ final class Reset extends BaseCommand
3535
/**
3636
* The migrator instance.
3737
*
38-
* @var \Illuminate\Database\Migrations\Migrator
38+
* @var \Helldar\LaravelActions\Support\Migrator
3939
*/
4040
protected $migrator;
4141

4242
/**
4343
* Create a new migration rollback command instance.
4444
*
45-
* @param \Illuminate\Database\Migrations\Migrator $migrator
45+
* @param \Helldar\LaravelActions\Support\Migrator $migrator
4646
*/
4747
public function __construct(Migrator $migrator)
4848
{

0 commit comments

Comments
 (0)