mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Newlines [skip ci]
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user