Update dhii\module-interface

This commit is contained in:
dinamiko 2021-01-13 15:28:08 +01:00 committed by Jorge A. Torres
parent 1711628cf7
commit d8817134a9
10 changed files with 12 additions and 10 deletions

View file

@ -37,7 +37,7 @@ class SessionModule implements ModuleInterface {
*
* @param ContainerInterface|null $container The container.
*/
public function run( ContainerInterface $container = null ) {
public function run( ContainerInterface $container ) {
add_action(
'woocommerce_init',
function () use ( $container ) {