From 42b75f3dfd38f439ab589f3402f4b8eb61270ef3 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 28 Feb 2021 13:00:22 +0200 Subject: [PATCH] Fixed typo --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index df54365ee1..7e003a16f9 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -5,7 +5,7 @@ use Utopia\Config\Config; use Appwrite\Database\Database; $providers = Config::getParam('providers', []); -$aith = Config::getParam('auth', []); +$auth = Config::getParam('auth', []); $collections = [ 'console' => [