Skip to content

Commit

Permalink
Do not make the ContaoUserProvider class internal
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Dec 3, 2019
1 parent 3c7da70 commit a8aaee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-bundle/src/Security/User/ContaoUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ContaoUserProvider implements UserProviderInterface, PasswordUpgraderInter
private $logger;

/**
* @internal Do not inherit from this class; decorate the "contao.security.*_user_provider" service instead
* @throws \RuntimeException
*/
public function __construct(ContaoFramework $framework, SessionInterface $session, string $userClass, LoggerInterface $logger = null)
{
Expand Down

0 comments on commit a8aaee0

Please sign in to comment.