From 5d496c09f5330d2b582148495e347e772804696c Mon Sep 17 00:00:00 2001 From: wuliangbo Date: Fri, 6 Mar 2020 17:27:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BD=AC=E8=B4=A6=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Payment/Application.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Payment/Application.php b/src/Payment/Application.php index c4adf22..2c6b18e 100755 --- a/src/Payment/Application.php +++ b/src/Payment/Application.php @@ -26,7 +26,8 @@ class Application extends ServiceContainer Close\ServiceProvider::class, Pay\ServiceProvider::class, Query\ServiceProvider::class, - Refund\ServiceProvider::class + Refund\ServiceProvider::class, + Fund\ServiceProvider::class ]; /**