From 41e50357cfb6fea557b447aa283f9ba5819ccec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=90=E5=B0=8F=E5=BF=83?= Date: Tue, 11 Dec 2018 11:43:25 +0800 Subject: [PATCH] update appinit --- src/Behavior/AppInit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Behavior/AppInit.php b/src/Behavior/AppInit.php index 4c4c398..b2d175f 100644 --- a/src/Behavior/AppInit.php +++ b/src/Behavior/AppInit.php @@ -29,7 +29,7 @@ class AppInit * useing * app( $module_name) * or - * app( $module_name, [ 'config' => [ app_id => 'test' ] ]) + * app( $module_name, [ app_id => 'test' ]) */ public function run()