mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Different color
This commit is contained in:
parent
6f34592efe
commit
c5086d8fba
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ class Deletes extends Action
|
||||||
Console::info('DeleteProject deleteCollection "'.$collection->getId().'"');
|
Console::info('DeleteProject deleteCollection "'.$collection->getId().'"');
|
||||||
$dbForProject->deleteCollection($collection->getId());
|
$dbForProject->deleteCollection($collection->getId());
|
||||||
} else {
|
} else {
|
||||||
Console::info('DeleteProject deleteByGroup "'.$collection->getId().'"');
|
Console::log('DeleteProject deleteByGroup "'.$collection->getId().'"');
|
||||||
$this->deleteByGroup(
|
$this->deleteByGroup(
|
||||||
$collection->getId(),
|
$collection->getId(),
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue