From 9e733d2444557ad668e8aed12ca73fd28ee3829d Mon Sep 17 00:00:00 2001 From: GIGABAIT93 Date: Fri, 17 Feb 2023 09:28:24 +0200 Subject: [PATCH] test --- src/Commands/VersionCommand.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Commands/VersionCommand.php b/src/Commands/VersionCommand.php index 38834b5..e11d407 100644 --- a/src/Commands/VersionCommand.php +++ b/src/Commands/VersionCommand.php @@ -21,11 +21,11 @@ public function handle() $build = 'https://vertisanpro.com/api/handler/billing/' . $license . '/status'; $build = Http::get($build)->object(); - if (!$build->response && config('app.aliases.Bill') !== NULL) { - return $this->callSilently('billing:uninstall', [ - 'continue' => true, - '--installer' => true - ]); - } + // if (!$build->response && config('app.aliases.Bill') !== NULL) { + // return $this->callSilently('billing:uninstall', [ + // 'continue' => true, + // '--installer' => true + // ]); + // } } -} \ No newline at end of file +}