Merge branch 'develop' into 5.8-dev

This commit is contained in:
James Cole
2022-10-02 05:39:59 +02:00

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',
],
],
];