Newlines [skip ci]

This commit is contained in:
James Cole
2015-06-14 11:22:41 +02:00
parent 0de1242c83
commit ce5b20027e
5 changed files with 5 additions and 5 deletions

View File

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