Skip to content

Commit 864500e

Browse files
authored
Merge pull request #2 from helmich-en-de-jong/development
Readme updated
2 parents 32eafa6 + 09363f3 commit 864500e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ In your Livewire component, at your form submission method, add the `#[Validates
5858

5959
```php
6060
use Livewire\Component;
61+
use DutchCodingCompany\LivewireRecaptcha\ValidatesRecaptcha;
6162

6263
class SomeComponent extends Component
6364
{
64-
use DutchCodingCompany\LivewireRecaptcha\ValidatesRecaptcha;
65-
6665
// (optional) Set a response property on your component.
6766
// If not given, the `gRecaptchaResponse` property is dynamically assigned.
6867
public string $gRecaptchaResponse;

0 commit comments

Comments
 (0)