Skip to content
Snippets Groups Projects
Commit 34985ec5 authored by Bojan Bogdanovic's avatar Bojan Bogdanovic
Browse files

Correct service name

parent 1a929833
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class SimpleOauthCommands extends DrushCommands {
public static function create(ContainerInterface $container): self {
return new static(
$container->get('simple_oauth.key.generator'),
$container->get('file.system')
$container->get('file_system')
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment