This commit is contained in:
xl
2023-11-14 09:20:29 +08:00
parent 93dc51b02c
commit 4f2b9367ae
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ namespace wchat\wx;
use Kiri\Di\Container;
use ReflectionException;
use wchat\common\PayConfig;
use wchat\common\AppConfig;
class QqFactory
{
@@ -12,11 +12,11 @@ class QqFactory
/**
* @param $class
* @param PayConfig $config
* @param AppConfig $config
* @return mixed
* @throws ReflectionException
*/
public static function get($class, PayConfig $config): mixed
public static function get($class, AppConfig $config): mixed
{
$container = Container::instance();
$object = $container->get($class);