mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 07:26:02 +00:00
Update code to use php 8.4 code, using Nestor.
This commit is contained in:
@@ -35,10 +35,7 @@ class Deleted extends Event
|
||||
{
|
||||
use SerializesModels;
|
||||
|
||||
public BudgetLimit $budgetLimit;
|
||||
|
||||
public function __construct(BudgetLimit $budgetLimit)
|
||||
public function __construct(public BudgetLimit $budgetLimit)
|
||||
{
|
||||
$this->budgetLimit = $budgetLimit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user