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 33namespace Helldar \LaravelActions \Console ;
44
55use Helldar \LaravelActions \Constants \Names ;
6+ use Helldar \LaravelActions \Support \Migrator ;
67use Helldar \LaravelActions \Traits \Database ;
78use Helldar \LaravelActions \Traits \Infoable ;
89use Helldar \LaravelActions \Traits \Optionable ;
910use Illuminate \Console \ConfirmableTrait ;
1011use Illuminate \Database \Console \Migrations \BaseCommand ;
11- use Illuminate \Database \Migrations \Migrator ;
1212use Symfony \Component \Console \Input \InputOption ;
1313
1414final 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 {
You can’t perform that action at this time.
0 commit comments