Skip to content

Commit 090a083

Browse files
Reverts 56310 (#56408)
1 parent 9d9130c commit 090a083

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Illuminate/Database/Console/Seeds/SeedCommand.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,9 @@ public function handle()
6868
$this->resolver->setDefaultConnection($this->getDatabase());
6969

7070
Model::unguarded(function () {
71-
$seeder = $this->getSeeder();
72-
73-
$this->components->task(get_class($seeder), $seeder);
71+
$this->getSeeder()->__invoke();
7472
});
7573

76-
$this->output?->writeln('');
77-
7874
if ($previousConnection) {
7975
$this->resolver->setDefaultConnection($previousConnection);
8076
}

0 commit comments

Comments
 (0)