]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/JitConfig.php
Merge pull request #9039 from MrPetovan/task/frio-accent-scheme
[friendica.git] / src / Core / Config / JitConfig.php
index e4cec62cb0960d317767abd0a54fda95b513dd68..4cf0d06f368197ce672498e1ca9f245cd3a0a4d3 100644 (file)
@@ -1,4 +1,23 @@
 <?php
+/**
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
+ */
 
 namespace Friendica\Core\Config;
 
@@ -20,10 +39,10 @@ class JitConfig extends BaseConfig
        private $db_loaded;
 
        /**
-        * @param Cache\ConfigCache   $configCache The configuration cache (based on the config-files)
+        * @param Cache               $configCache The configuration cache (based on the config-files)
         * @param Model\Config\Config $configModel The configuration model
         */
-       public function __construct(Cache\ConfigCache $configCache, Model\Config\Config $configModel)
+       public function __construct(Cache $configCache, Model\Config\Config $configModel)
        {
                parent::__construct($configCache, $configModel);
                $this->db_loaded = [];