Deletes.php

deleteProject scope
This commit is contained in:
shimon
2025-05-26 09:42:24 +03:00
parent b52bc45b70
commit c74b53497e
@@ -476,6 +476,7 @@ class Deletes extends Action
*/
protected function deleteProject(Database $dbForPlatform, callable $getProjectDB, Device $deviceForFiles, Device $deviceForFunctions, Device $deviceForBuilds, Device $deviceForCache, CertificatesAdapter $certificates, Document $document): void
{
var_dump('******Deleting in base class ******');
$projectInternalId = $document->getInternalId();
$projectId = $document->getId();