Skip to content

Commit

Permalink
Merge pull request #2 from helmich-en-de-jong/development
Browse files Browse the repository at this point in the history
Readme updated
  • Loading branch information
bert-w authored Oct 17, 2024
2 parents 32eafa6 + 09363f3 commit 864500e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ In your Livewire component, at your form submission method, add the `#[Validates

```php
use Livewire\Component;
use DutchCodingCompany\LivewireRecaptcha\ValidatesRecaptcha;

class SomeComponent extends Component
{
use DutchCodingCompany\LivewireRecaptcha\ValidatesRecaptcha;

// (optional) Set a response property on your component.
// If not given, the `gRecaptchaResponse` property is dynamically assigned.
public string $gRecaptchaResponse;
Expand Down

0 comments on commit 864500e

Please sign in to comment.