mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More code for split and small bug fix in attachment helper.
This commit is contained in:
@@ -26,6 +26,10 @@ class DatabaseSeeder extends Seeder
|
||||
if (App::environment() == 'testing' || App::environment() == 'local') {
|
||||
$this->call('TestDataSeeder');
|
||||
}
|
||||
// set up basic test data (as little as possible):
|
||||
if (App::environment() == 'split') {
|
||||
$this->call('SplitDataSeeder');
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user