Skip to content

Commit df1f320

Browse files
committed
卸载artisan命令
1 parent 995c803 commit df1f320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'version' => 'v1.1.6',
99
'serviceProvider' => CoreCMF\Omnipay\OmnipayServiceProvider::class,
1010
'install' => 'corecmf:omnipay:install',//安装artisan命令
11+
'uninstall' => 'corecmf:omnipay:uninstall',//卸载artisan命令
1112
'providers' => [
1213
CoreCMF\Omnipay\Providers\EventServiceProvider::class,//事件服务
1314
],

0 commit comments

Comments
 (0)