delete orphaned projects task

This commit is contained in:
shimon 2023-11-13 19:28:48 +02:00
parent 60c0f4c973
commit 3d9ee8bc52

View file

@ -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')