Skip to content

Commit d0c3016

Browse files
authored
fix: add SeedCommand in import
1 parent c27a6b5 commit d0c3016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Concerns/InteractsWithConsole.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use Hyperf\Context\ApplicationContext;
88
use Hyperf\Database\Commands\Migrations\FreshCommand;
9+
use Hyperf\Database\Commands\Seeders\SeedCommand;
910
use Hyperf\Database\Commands\Migrations\RollbackCommand;
1011
use Symfony\Component\Console\Input\ArrayInput;
1112
use Symfony\Component\Console\Output\BufferedOutput;

0 commit comments

Comments
 (0)