Skip to content

Commit

Permalink
fix(laravel): filters init (#6614)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Sep 16, 2024
1 parent eeb7262 commit 61676cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/ApiPlatformProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ private function registerGraphQl(Application $app): void
$app->make(ContextAwareTypeBuilderInterface::class),
$app->make(TypeConverterInterface::class),
$app->make(ResolverFactoryInterface::class),
$app->make(FilterInterface::class),
$app->make('filters'),
$app->make(Pagination::class),
$app->make(NameConverterInterface::class),
$config->get('api-platform.graphql.nesting_separator') ?? '__',
Expand Down

0 comments on commit 61676cc

Please sign in to comment.