mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-17 13:58:49 +00:00
Restructure Friendica Base
- Move all "new" Friendica Domains into the "Friendica\Library" namespace - Move all API based classes into specific "Friendica\Libnrary\Api" namespaces - Move "Friendica\Render" namespace into the "Friendica\Core\Renderer" namespace
This commit is contained in:
parent
9b9831767b
commit
6180c20b1f
5 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,7 @@ use Friendica\Model\Contact;
|
|||
use Friendica\Model\Item;
|
||||
use Friendica\Model\Post;
|
||||
use Friendica\Model\User;
|
||||
use Friendica\Network\HTTPClient\Client\HttpClientAccept;
|
||||
use Friendica\Library\Network\HTTPClient\Client\HttpClientAccept;
|
||||
use Friendica\Protocol\Activity;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue