mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Rollback cross regions connections
This commit is contained in:
parent
16a2d61874
commit
9e07579a52
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ class Certificates extends Action
|
|||
* @return void
|
||||
* @throws Exception
|
||||
*/
|
||||
private function applyCertificateFiles(string $folder, string $domain, array $letsEncryptData): void
|
||||
protected function applyCertificateFiles(string $folder, string $domain, array $letsEncryptData): void
|
||||
{
|
||||
|
||||
// Prepare folder in storage for domain
|
||||
|
|
|
|||
Loading…
Reference in a new issue