Update src/Appwrite/Platform/Tasks/Maintenance.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Shmuel Fogel 2024-08-22 17:21:11 +03:00 committed by GitHub
parent 2d84816bc9
commit f1da0b2e61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ class Maintenance extends Action
} }
/** /**
* Overridable method for Cloud, Please do not delete * Hook to allow sub-classes to extend project-level maintenance functionality.
*/ */
protected function notifyProjects(Delete $queueForDeletes, int $usageStatsRetentionHourly): void protected function notifyProjects(Delete $queueForDeletes, int $usageStatsRetentionHourly): void
{ {