Skip to content

Commit

Permalink
Fixed addNonce() method call
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 6, 2021
1 parent 0cc515e commit 066f358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Base/Context.php
Expand Up @@ -42,7 +42,7 @@ public static function get( \Aimeos\MW\Config\Iface $config ) : \Aimeos\MShop\Co
self::addLogger( $context );
self::addCache( $context );
self::addMailer( $context );
self::addNounce( $context );
self::addNonce( $context );
self::addProcess( $context );
self::addSession( $context );
self::addHasher( $context );
Expand Down

0 comments on commit 066f358

Please sign in to comment.