Update to correct behavior when using the new 'Plugin::Authentication'
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication / Store / Null.pm
index 7533d50..04b5517 100644 (file)
@@ -52,7 +52,7 @@ Catalyst::Authentication::Store::Null - Null authentication store
         Authentication
     );
 
-    __PACKAGE__->config->{authentication} = {
+    __PACKAGE__->config->{'Plugin::Authentication'} = {
         default_realm => 'remote',
         realms => {
             remote => {