]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Merge pull request #10230 from annando/oauth-login
[friendica.git] / static / dependencies.config.php
index ca9b788534b5e593a66fa2491c1b31eb35a98967..744c6df09dcbea8280acbb084b254b1e1d6d3531 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -75,7 +75,7 @@ return [
        Util\ConfigFileLoader::class => [
                'shared'          => true,
                'constructParams' => [
-                       [Dice::INSTANCE => '$basepath']
+                       [Dice::INSTANCE => '$basepath'],
                ],
        ],
        Config\Cache::class          => [