Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spatie/laravel-honeypot
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 27, 2018
2 parents 85d2eed + 9d91040 commit 3e52602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If your app has a lot of forms handled by many different controllors, you could

protected $middleware = [
// ...
ProtectAgainstSpam::class,
\Spatie\Honeypot\ProtectAgainstSpam::class,
];
```

Expand Down

0 comments on commit 3e52602

Please sign in to comment.