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