mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Database stuff.
This commit is contained in:
@@ -225,7 +225,7 @@ class TestData
|
||||
Budget::firstOrCreateEncrypted(['name' => 'Car', 'user_id' => $user->id]);
|
||||
|
||||
// some empty budgets.
|
||||
foreach (['A', 'B', 'C', 'D', 'E'] as $letter) {
|
||||
foreach (['A'] as $letter) {
|
||||
Budget::firstOrCreateEncrypted(['name' => 'Empty budget ' . $letter, 'user_id' => $user->id]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user