doc updates
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / Store / Null.pm
index 4c854c7..e49dd8c 100644 (file)
@@ -12,7 +12,7 @@ BEGIN {
 }
 
 sub new {
-    my ( $class, $config, $app) = @_;
+    my ( $class, $config, $app, $realm ) = @_;
     bless { _config => $config }, $class;
 }