mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 03:10:57 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -32,11 +32,9 @@ use Illuminate\Support\Facades\Log;
|
||||
class IsValidZeroOrMoreAmount implements ValidationRule
|
||||
{
|
||||
use ValidatesAmountsTrait;
|
||||
private bool $nullable = false;
|
||||
|
||||
public function __construct(bool $nullable = false)
|
||||
public function __construct(private bool $nullable = false)
|
||||
{
|
||||
$this->nullable = $nullable;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user