Merge branch 'develop' into 5.8-dev

This commit is contained in:
James Cole 2022-10-02 05:39:59 +02:00
commit f2f3d69aa8
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -27,10 +27,10 @@ use FireflyIII\Enums\ClauseType;
return [
ClauseType::TRANSACTION => [
ClauseType::WHERE => [
'source_account_id' => 'required|numeric|belongsToUser:accounts,id',
'account_id' => 'required|numeric|belongsToUser:accounts,id',
],
ClauseType::UPDATE => [
'destination_account_id' => 'required|numeric|belongsToUser:accounts,id',
'account_id' => 'required|numeric|belongsToUser:accounts,id',
],
],
];