mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Regenerate IDE Helper Assets (#274)
* Add back laravel/ui package * Fix wrong Closure import * Regenerate ide-helper files
This commit is contained in:
committed by
GitHub
parent
e9e52c60a7
commit
12d9d6c801
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Rules\Backup;
|
||||
|
||||
use Closure;
|
||||
use Illuminate\Contracts\Validation\ValidationRule;
|
||||
|
||||
class BackupDisk implements ValidationRule
|
||||
@@ -18,8 +19,6 @@ class BackupDisk implements ValidationRule
|
||||
|
||||
/**
|
||||
* Run the validation rule.
|
||||
*
|
||||
* @param \Closure $fail
|
||||
*/
|
||||
public function validate(string $attribute, mixed $value, Closure $fail): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user