mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Allow deleteRule override
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user