Skip to content

Commit

Permalink
Fix issue where CLI installer would fail due to misplaced capital let…
Browse files Browse the repository at this point in the history
…ter in seeder class name
  • Loading branch information
Dave Earley committed Aug 16, 2016
1 parent b78aa6f commit 28a8bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeds/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public function run()
$this->call('PaymentGatewaySeeder');
$this->call('QuestionTypesSeeder');
$this->call('TicketStatusSeeder');
$this->call('TimeZoneSeeder');
$this->call('TimezoneSeeder');
}
}

0 comments on commit 28a8bfe

Please sign in to comment.