Skip to content

Commit 61676cc

Browse files
authored
fix(laravel): filters init (#6614)
1 parent eeb7262 commit 61676cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravel/ApiPlatformProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ private function registerGraphQl(Application $app): void
11001100
$app->make(ContextAwareTypeBuilderInterface::class),
11011101
$app->make(TypeConverterInterface::class),
11021102
$app->make(ResolverFactoryInterface::class),
1103-
$app->make(FilterInterface::class),
1103+
$app->make('filters'),
11041104
$app->make(Pagination::class),
11051105
$app->make(NameConverterInterface::class),
11061106
$config->get('api-platform.graphql.nesting_separator') ?? '__',

0 commit comments

Comments
 (0)