Symfony2 won't load custom authentication provider, loads DaoAuthenticationProvider
问题 This is a continuation of my last question. Hi, I'm implementing, in a Symfony2 application, a custom authentication provider in order to authenticate against the Wordnik REST API. On application load, no matter what request path, this is the exception I get: ( ! ) Fatal error: Cannot access parent:: when current class scope has no parent in /[..]/WordRot/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php on line 43 You can see