mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Move Item and Conversation from Core to Object
- Move BaseObject from Core\ to Friendica\
This commit is contained in:
parent
1f38deb77b
commit
f43aaf5227
5 changed files with 23 additions and 23 deletions
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\BaseObject;
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\Worker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue