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