BaseObject moved to src/Core

BaseObject moved to Friendica\Core namespace. References and function calls updated.
This commit is contained in:
Adam Magness
2017-11-16 13:05:41 -05:00
parent fda48ec431
commit ecd9e3e07e
6 changed files with 76 additions and 58 deletions
+10 -5
View File
@@ -1,11 +1,16 @@
<?php
if(class_exists('Conversation'))
/**
* @file object/Conversation.php
*/
if (class_exists('Conversation')) {
return;
}
require_once('boot.php');
require_once('object/BaseObject.php');
require_once('object/Item.php');
require_once('include/text.php');
use Friendica\Core\BaseObject;
require_once 'boot.php';
require_once 'object/Item.php';
require_once 'include/text.php';
/**
* A list of threads