mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Different color
This commit is contained in:
@@ -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(),
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user