mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -47,7 +47,7 @@ use Illuminate\Contracts\Validation\ValidationRule;
|
||||
*/
|
||||
class IsValidAttachmentModel implements ValidationRule
|
||||
{
|
||||
private string $model;
|
||||
private readonly string $model;
|
||||
|
||||
/**
|
||||
* IsValidAttachmentModel constructor.
|
||||
|
||||
Reference in New Issue
Block a user