Some extensions.

This commit is contained in:
James Cole
2015-03-29 19:44:59 +02:00
parent be10e836dc
commit 8d982c1a90
3 changed files with 35 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class DatabaseSeeder extends Seeder
$this->call('TransactionCurrencySeeder');
$this->call('TransactionTypeSeeder');
if (App::environment() == 'testing' || App::environment() == 'homestead') {
if (App::environment() == 'testing' || App::environment() == 'homestead' || gethostname() == 'vagrant-firefly-iii') {
$this->call('TestDataSeeder');
}
}