mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Relocate class files from /include to /src/
dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
This commit is contained in:
parent
2a814623d8
commit
6189f6c8e7
31 changed files with 7965 additions and 67 deletions
|
@ -9,6 +9,7 @@
|
|||
use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\NotificationsManager;
|
||||
use Friendica\Core\Worker;
|
||||
|
||||
require_once 'include/HTTPExceptions.php';
|
||||
|
@ -28,7 +29,6 @@ require_once 'mod/proxy.php';
|
|||
require_once 'include/message.php';
|
||||
require_once 'include/group.php';
|
||||
require_once 'include/like.php';
|
||||
require_once 'include/NotificationsManager.php';
|
||||
require_once 'include/plaintext.php';
|
||||
require_once 'include/xml.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue