mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Merge branch 'develop' into 5.8-dev
This commit is contained in:
@@ -27,10 +27,10 @@ use FireflyIII\Enums\ClauseType;
|
|||||||
return [
|
return [
|
||||||
ClauseType::TRANSACTION => [
|
ClauseType::TRANSACTION => [
|
||||||
ClauseType::WHERE => [
|
ClauseType::WHERE => [
|
||||||
'source_account_id' => 'required|numeric|belongsToUser:accounts,id',
|
'account_id' => 'required|numeric|belongsToUser:accounts,id',
|
||||||
],
|
],
|
||||||
ClauseType::UPDATE => [
|
ClauseType::UPDATE => [
|
||||||
'destination_account_id' => 'required|numeric|belongsToUser:accounts,id',
|
'account_id' => 'required|numeric|belongsToUser:accounts,id',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user