Skip to content

Commit a82c167

Browse files
committed
fix Laravel
1 parent 454397b commit a82c167

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Laravel/ApiPlatformProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ public function register(): void
326326
),
327327
$app->make(ResourceClassResolverInterface::class)
328328
),
329+
$app->make(ResourceClassResolverInterface::class)
329330
)
330331
),
331332
true === $config->get('app.debug') ? 'array' : $config->get('api-platform.cache', 'file')

0 commit comments

Comments
 (0)