Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 13, 2017
2 parents e0d889b + 5ad7039 commit 001722d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Seeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ abstract class Seeder
*/
public function call($class)
{
$this->resolve($class)->__invoke();

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

$this->resolve($class)->__invoke();
}

/**
Expand Down

0 comments on commit 001722d

Please sign in to comment.