mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
delete orphaned projects task
This commit is contained in:
parent
60c0f4c973
commit
3d9ee8bc52
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class DeleteOrphanedProjects extends Action
|
|||
|
||||
$this
|
||||
->desc('Delete orphaned projects')
|
||||
->param('commit', false, new boolean(true), 'Commit project deletion', true)
|
||||
->param('commit', false, new Boolean(true), 'Commit project deletion', true)
|
||||
->inject('pools')
|
||||
->inject('cache')
|
||||
->inject('dbForConsole')
|
||||
|
|
|
|||
Loading…
Reference in a new issue