From 6c346b1ab64fefebe61be3ddf36cf48eccd52d69 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Fri, 10 Jun 2016 11:52:01 +0200 Subject: [PATCH] Move `Config` and `PConfig` classes in `\Friendica\Core namespace` --- include/{ => Core}/Config.php | 4 ++-- include/{ => Core}/PConfig.php | 4 ++-- include/config.php | 7 +++---- 3 files changed, 7 insertions(+), 8 deletions(-) rename include/{ => Core}/Config.php (99%) rename include/{ => Core}/PConfig.php (99%) diff --git a/include/Config.php b/include/Core/Config.php similarity index 99% rename from include/Config.php rename to include/Core/Config.php index e08a7de747..bbae746b44 100644 --- a/include/Config.php +++ b/include/Core/Config.php @@ -1,7 +1,7 @@