Skip to content

Commit

Permalink
add output to seeder (#25872)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencei authored and taylorotwell committed Oct 2, 2018
1 parent b65cf42 commit 5e6473e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/Console/Seeds/SeedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public function handle()
Model::unguarded(function () {
$this->getSeeder()->__invoke();
});

$this->info('Database seeding completed successfully.');
}

/**
Expand Down

0 comments on commit 5e6473e

Please sign in to comment.