diff --git a/app/config/collections.php b/app/config/collections.php index 91f0861dd7..97384d904e 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1482,7 +1482,7 @@ $commonCollections = [ [ '$id' => ID::custom('_key_default_type'), 'type' => Database::INDEX_KEY, - 'attributes' => ['default, type'], + 'attributes' => ['default','type'], 'lengths' => [], 'orders' => [Database::ORDER_ASC], ], diff --git a/app/init.php b/app/init.php index f26f5c885d..814ec835af 100644 --- a/app/init.php +++ b/app/init.php @@ -257,7 +257,6 @@ Config::load('storage-logos', __DIR__ . '/config/storage/logos.php'); Config::load('storage-mimes', __DIR__ . '/config/storage/mimes.php'); Config::load('storage-inputs', __DIR__ . '/config/storage/inputs.php'); Config::load('storage-outputs', __DIR__ . '/config/storage/outputs.php'); -Config::load('messagingProviders', __DIR__ . '/config/messagingProviders.php'); $user = App::getEnv('_APP_REDIS_USER', ''); $pass = App::getEnv('_APP_REDIS_PASS', '');