mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
This will generate buttloads of test data.
This commit is contained in:
@@ -49,7 +49,7 @@ class TestDataSeeder extends Seeder
|
||||
$this->createPiggybanks();
|
||||
|
||||
// dates:
|
||||
$start = Carbon::now()->subyear()->startOfMonth();
|
||||
$start = Carbon::now()->subYears(5)->startOfMonth();
|
||||
$end = Carbon::now()->endOfDay();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user