mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Fix trait compatibility.
This commit is contained in:
@@ -32,8 +32,8 @@ use FireflyIII\Models\Account;
|
||||
*/
|
||||
trait ReconciliationValidation
|
||||
{
|
||||
public ?Account $destination;
|
||||
public ?Account $source;
|
||||
public ?Account $destination = null;
|
||||
public ?Account $source = null;
|
||||
|
||||
protected function validateReconciliationDestination(array $array): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user