You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove ReCaptcha-related functionality and update dependencies
- Deleted `ReCaptcha` validation rule and its usage in `ResendActivationFormRequest`.
- Removed ReCaptcha keys from `env.example`.
- Updated composer dependencies to the latest versions.
-You must run `vendor/bin/pint --dirty --format agent` before finalizing changes to ensure your code matches the project's expected style.
287
+
-If you have modified any PHP files, you must run `vendor/bin/pint --dirty --format agent` before finalizing changes to ensure your code matches the project's expected style.
289
288
- Do not run `vendor/bin/pint --test --format agent`, simply run `vendor/bin/pint --format agent` to fix any formatting issues.
290
289
291
290
=== pest/core rules ===
@@ -440,4 +439,5 @@ Authenticate before testing panel functionality. Filament uses Livewire, so use
440
439
**Recent breaking changes to Filament:**
441
440
- File visibility is `private` by default. Use `->visibility('public')` for public access.
442
441
-`Grid`, `Section`, and `Fieldset` no longer span all columns by default.
0 commit comments