Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 27, 2020
1 parent bec853a commit 854ecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
->set('ecas', Ecas::class)
->decorate('cas')
->args([
ref('cas.inner'),
ref('ecas.inner'),
ref('nyholm.psr7.psr17_factory'),
]);
};

0 comments on commit 854ecbd

Please sign in to comment.