mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New stuff pertaining to the import procedure and user registration.
This commit is contained in:
@@ -10,6 +10,7 @@ class TransactionJournal extends Elegant
|
||||
'transaction_currency_id' => 'required|exists:transaction_currencies,id',
|
||||
'description' => 'between:1,255',
|
||||
'date' => 'date',
|
||||
'completed' => 'required|between:0,1'
|
||||
];
|
||||
|
||||
public function transactionType()
|
||||
|
Reference in New Issue
Block a user