1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

indentation small fix

This commit is contained in:
shimon 2023-11-15 20:09:50 +02:00
parent 3d9ee8bc52
commit 6b5e734dfa

View file

@ -112,9 +112,9 @@ class DeleteOrphanedProjects extends Action
$dbForConsole->deleteCachedDocument('projects', $project->getId());
}
Console::info('--Deleting project no (' . $project->getInternalId() . ')');
Console::info('--Deleting project no (' . $project->getInternalId() . ')');
$orphans++;
$orphans++;
} catch (\Throwable $th) {
Console::error('Error: ' . $th->getMessage());
} finally {