Delete Core\Config
This commit is contained in:
parent
a6a2efa18a
commit
2204016071
|
@ -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
|
|
||||||
{
|
|
||||||
}
|
|
Loading…
Reference in a new issue