We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995c803 commit df1f320Copy full SHA for df1f320
src/Config/config.php
@@ -8,6 +8,7 @@
8
'version' => 'v1.1.6',
9
'serviceProvider' => CoreCMF\Omnipay\OmnipayServiceProvider::class,
10
'install' => 'corecmf:omnipay:install',//安装artisan命令
11
+ 'uninstall' => 'corecmf:omnipay:uninstall',//卸载artisan命令
12
'providers' => [
13
CoreCMF\Omnipay\Providers\EventServiceProvider::class,//事件服务
14
],
0 commit comments