mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
🤖 Auto commit for release 'develop' on 2025-09-08
This commit is contained in:
@@ -28,9 +28,7 @@ use Illuminate\Contracts\Validation\ValidationRule;
|
||||
|
||||
class IsValidSortInstruction implements ValidationRule
|
||||
{
|
||||
public function __construct(private readonly string $class)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly string $class) {}
|
||||
|
||||
public function validate(string $attribute, mixed $value, Closure $fail): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user