Skip to content

Commit

Permalink
Merge branch '4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 5, 2013
2 parents 3f3186d + 1f3e54d commit 08e0053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Console/SeedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public function fire()
$this->resolver->setDefaultConnection($this->getDatabase());

$this->getSeeder()->run();

$this->info('Database seeded!');
}

/**
Expand Down
2 changes: 2 additions & 0 deletions Seeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public function run() {}
public function call($class)
{
$this->resolve($class)->run();

$this->command->getOutput()->writeln("<info>Seeded:</info> $class");
}

/**
Expand Down

0 comments on commit 08e0053

Please sign in to comment.