优化代码

main
gzydong 2021-07-12 22:01:16 +08:00
parent 6dc7f20da7
commit 7953386cd6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ use Hyperf\Redis\Redis;
*
* @return \Psr\Container\ContainerInterface
*/
function container(string $service = '')
function container()
{
return ApplicationContext::getContainer();
}