]> git.mxchange.org Git - friendica.git/commitdiff
Delete Core\Config
authornupplaPhil <admin@philipp.info>
Sun, 19 Jan 2020 20:23:00 +0000 (21:23 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 19 Jan 2020 20:23:00 +0000 (21:23 +0100)
src/Core/Config.php [deleted file]

diff --git a/src/Core/Config.php b/src/Core/Config.php
deleted file mode 100644 (file)
index f641047..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * System Configuration Class
- *
- * @file include/Core/Config.php
- *
- * Contains the class with methods for system configuration
- */
-namespace Friendica\Core;
-
-use Friendica\DI;
-
-/**
- * Arbitrary system configuration storage
- *
- * Note:
- * If we ever would decide to return exactly the variable type as entered,
- * we will have fun with the additional features. :-)
- */
-class Config
-{
-}