From 7953386cd6a161bc4efd0873a79d91b762fc3e9c Mon Sep 17 00:00:00 2001 From: gzydong <837215079@qq.com> Date: Mon, 12 Jul 2021 22:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helper.php b/app/helper.php index edbc5d5..605dc6b 100644 --- a/app/helper.php +++ b/app/helper.php @@ -21,7 +21,7 @@ use Hyperf\Redis\Redis; * * @return \Psr\Container\ContainerInterface */ -function container(string $service = '') +function container() { return ApplicationContext::getContainer(); }