🤖 Auto commit for release 'develop' on 2025-06-03

This commit is contained in:
JC5
2025-06-03 19:32:21 +02:00
parent 3a38175b2a
commit 637ecc66d2
12 changed files with 119 additions and 116 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace FireflyIII\Events\Model\PiggyBank;
use FireflyIII\Events\Event;
@@ -10,7 +12,5 @@ class ChangedName extends Event
{
use SerializesModels;
public function __construct(public PiggyBank $piggyBank, public string $oldName, public string $newName)
{
}
public function __construct(public PiggyBank $piggyBank, public string $oldName, public string $newName) {}
}