mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 05:15:35 +07:00
Fix: Resolve broken references in RootCaApiController & OpenSslService
This commit is contained in:
@@ -468,7 +468,9 @@ class OpenSslService
|
||||
}
|
||||
|
||||
// 4. Final Mass Sync
|
||||
$this->syncAllBundles();
|
||||
// 4. Final Mass Sync
|
||||
$installerService = app(\App\Services\CaInstallerService::class);
|
||||
$installerService->syncAllBundles();
|
||||
|
||||
return true;
|
||||
}
|
||||
@@ -503,7 +505,8 @@ class OpenSslService
|
||||
|
||||
// Sync to CDN
|
||||
$this->uploadPublicCertsOnly($newCert, 'both');
|
||||
$this->uploadIndividualInstallersOnly($newCert, 'both');
|
||||
$installerService = app(\App\Services\CaInstallerService::class);
|
||||
$installerService->uploadIndividualInstallersOnly($newCert, 'both');
|
||||
|
||||
return $newCert;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user