mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
Seed only in test [skip ci]
This commit is contained in:
parent
cd0033791f
commit
3254565c09
@ -19,7 +19,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
$this->call('TransactionCurrencySeeder');
|
$this->call('TransactionCurrencySeeder');
|
||||||
$this->call('TransactionTypeSeeder');
|
$this->call('TransactionTypeSeeder');
|
||||||
|
|
||||||
if (App::environment() == 'testing' || App::environment() == 'homestead') {
|
if (App::environment() == 'testing') {
|
||||||
$this->call('TestDataSeeder');
|
$this->call('TestDataSeeder');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user