mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
🤖 Auto commit for release 'develop' on 2026-01-24
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* TransactionGroupRequestsAuditLogEntry.php
|
||||
* Copyright (c) 2026 james@firefly-iii.org
|
||||
@@ -29,5 +32,11 @@ class TransactionGroupRequestsAuditLogEntry extends Event
|
||||
{
|
||||
use SerializesModels;
|
||||
|
||||
public function __construct(public Model $changer, public Model $auditable, public string $field, public mixed $before, public mixed $after) {}
|
||||
public function __construct(
|
||||
public Model $changer,
|
||||
public Model $auditable,
|
||||
public string $field,
|
||||
public mixed $before,
|
||||
public mixed $after
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user