Skip to content

Commit

Permalink
fix: unused use
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Nov 27, 2024
1 parent d66d50a commit 659d461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceContainer/Provider/ApiClientProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function provide(ServiceContainer $container)
10
);
});
$container->registerProvider(ExternalAssetsClient::class, static function () use ($container) {
$container->registerProvider(ExternalAssetsClient::class, static function () {
return new ExternalAssetsClient(
null,
10
Expand Down

0 comments on commit 659d461

Please sign in to comment.