File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
namespace Helldar \LaravelActions \Console ;
4
4
5
5
use Helldar \LaravelActions \Constants \Names ;
6
+ use Helldar \LaravelActions \Support \Migrator ;
6
7
use Helldar \LaravelActions \Traits \Database ;
7
8
use Helldar \LaravelActions \Traits \Infoable ;
8
9
use Helldar \LaravelActions \Traits \Optionable ;
9
10
use Illuminate \Console \ConfirmableTrait ;
10
11
use Illuminate \Database \Console \Migrations \BaseCommand ;
11
- use Illuminate \Database \Migrations \Migrator ;
12
12
use Symfony \Component \Console \Input \InputOption ;
13
13
14
14
final class Reset extends BaseCommand
@@ -35,14 +35,14 @@ final class Reset extends BaseCommand
35
35
/**
36
36
* The migrator instance.
37
37
*
38
- * @var \Illuminate\Database\Migrations \Migrator
38
+ * @var \Helldar\LaravelActions\Support \Migrator
39
39
*/
40
40
protected $ migrator ;
41
41
42
42
/**
43
43
* Create a new migration rollback command instance.
44
44
*
45
- * @param \Illuminate\Database\Migrations \Migrator $migrator
45
+ * @param \Helldar\LaravelActions\Support \Migrator $migrator
46
46
*/
47
47
public function __construct (Migrator $ migrator )
48
48
{
You can’t perform that action at this time.
0 commit comments