fix: load service templates on cloud
This commit is contained in:
parent
1c39b133d3
commit
7e58cb9125
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public function __construct()
|
|||
public function handle(): void
|
||||
{
|
||||
try {
|
||||
if (isDev() || isCloud()) {
|
||||
if (isDev()) {
|
||||
return;
|
||||
}
|
||||
$response = Http::retry(3, 1000)->get(config('constants.services.official'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue