mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This will generate buttloads of test data.
This commit is contained in:
parent
be056cea6b
commit
ada4aaf69a
@ -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();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user