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