mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +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().'"');
|
||||
$dbForProject->deleteCollection($collection->getId());
|
||||
} else {
|
||||
Console::info('DeleteProject deleteByGroup "'.$collection->getId().'"');
|
||||
Console::log('DeleteProject deleteByGroup "'.$collection->getId().'"');
|
||||
$this->deleteByGroup(
|
||||
$collection->getId(),
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue