Skip to content

Commit

Permalink
docs: fix dead link in doctrine orm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Feb 18, 2024
1 parent d98c9d4 commit 2a60091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/integrations/doctrine-orm/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Doctrine ORM filter handler dispatches two events, which can be used to modi

## PreSetParametersEvent

The [PreSetParametersEvent](../src/Event/PreSetParametersEvent.php) is dispatched before `$queryBuilder->setParameter()`
The [PreSetParametersEvent](https://github.com/Kreyu/data-table-bundle/blob/main/src/Bridge/Doctrine/Orm/Event/PreSetParametersEvent.php) is dispatched before `$queryBuilder->setParameter()`
is called for every parameter required by the filter. It can be used to modify the parameters, before they are passed to the query builder.

```php
Expand Down

0 comments on commit 2a60091

Please sign in to comment.