mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch '1.7.x' into chore-update-env-var-used-for-domain
This commit is contained in:
commit
9356fb4cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue