mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Fix plural
This commit is contained in:
parent
5efd231861
commit
1f560d896f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Base extends Queries
|
|||
$config['buckets'],
|
||||
$config['databases'],
|
||||
$config['console'],
|
||||
$config['log']
|
||||
$config['logs']
|
||||
);
|
||||
|
||||
$collection = $collections[$collection];
|
||||
|
|
|
|||
Loading…
Reference in a new issue