[add] BvBeJ

This commit is contained in:
2021-11-30 21:34:25 +08:00
parent 08da50a0b7
commit 504b6483e1
10 changed files with 31 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
namespace StarPoolCloud\Commands;
namespace BvBeJ\Commands;
use Exception;
use Illuminate\Console\Command;
@@ -38,10 +38,10 @@ class ApolloConfigSync extends Command
public function handle()
{
try {
app('StarPoolCloudApollo')->updateEnv();
app('BvBeJApollo')->updateEnv();
$this->info('Success');
} catch (Exception $exception) {
$this->error("Error{$exception->getMessage()}");
}
}
}
}