Merge branch '1.7.x' into chore-update-env-var-used-for-domain

This commit is contained in:
Khushboo Verma 2025-06-17 12:16:37 +05:30
commit 9356fb4cb4

View file

@ -495,7 +495,7 @@ class Deletes extends Action
* @throws Authorization * @throws Authorization
* @throws DatabaseException * @throws DatabaseException
*/ */
private function deleteProject(Database $dbForPlatform, callable $getProjectDB, Device $deviceForFiles, Device $deviceForSites, Device $deviceForFunctions, Device $deviceForBuilds, Device $deviceForCache, CertificatesAdapter $certificates, Document $document): void protected function deleteProject(Database $dbForPlatform, callable $getProjectDB, Device $deviceForFiles, Device $deviceForSites, Device $deviceForFunctions, Device $deviceForBuilds, Device $deviceForCache, CertificatesAdapter $certificates, Document $document): void
{ {
$projectInternalId = $document->getInternalId(); $projectInternalId = $document->getInternalId();
$projectId = $document->getId(); $projectId = $document->getId();