Skip to content

Commit

Permalink
Remove uninstantiable seeder class (#15450)
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid authored and taylorotwell committed Sep 15, 2016
1 parent 1f4e055 commit 92b3406
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Illuminate/Database/SeedServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ class SeedServiceProvider extends ServiceProvider
*/
public function register()
{
$this->app->singleton('seeder', function () {
return new Seeder;
});

$this->registerSeedCommand();

$this->commands('command.seed');
Expand Down

0 comments on commit 92b3406

Please sign in to comment.