Add forgotten migration [skip ci]

This commit is contained in:
James Cole
2018-01-25 18:55:31 +01:00
parent 8a2497fc67
commit c86c5ccfe9

View File

@@ -35,6 +35,7 @@ class TransactionTypeSeeder extends Seeder
TransactionType::DEPOSIT, TransactionType::DEPOSIT,
TransactionType::TRANSFER, TransactionType::TRANSFER,
TransactionType::OPENING_BALANCE, TransactionType::OPENING_BALANCE,
TransactionType::RECONCILIATION,
]; ];
foreach ($types as $type) { foreach ($types as $type) {