mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update src/Appwrite/Platform/Tasks/Maintenance.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
parent
2d84816bc9
commit
f1da0b2e61
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue