mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Allow deleteRule override
This commit is contained in:
parent
07a11aa15c
commit
4bba78eb86
1 changed files with 1 additions and 1 deletions
|
|
@ -1192,7 +1192,7 @@ class Deletes extends Action
|
|||
* @param Document $document rule document
|
||||
* @return void
|
||||
*/
|
||||
private function deleteRule(Database $dbForPlatform, Document $document, CertificatesAdapter $certificates): void
|
||||
protected function deleteRule(Database $dbForPlatform, Document $document, CertificatesAdapter $certificates): void
|
||||
{
|
||||
$domain = $document->getAttribute('domain');
|
||||
$certificates->deleteCertificate($domain);
|
||||
|
|
|
|||
Loading…
Reference in a new issue