Module::class, ]; $c[ Module::class ] = static function ( Container $c ) { return new Module( $c[ API::class ], \ITSEC_Two_Factor::get_instance(), $c[ User_Groups\Matcher::class ] ); }; $c[ API::class ] = static function ( Container $c ) { return new API( $c[ User_Groups\Matcher::class ] ); }; };