Move App to src
- Add `use Friendica\App;` wherever needed
This commit is contained in:
parent
56ee734b00
commit
20043914e6
197 changed files with 1321 additions and 996 deletions
|
@ -15,6 +15,8 @@
|
|||
* posting categories go through item_store() instead of this function.
|
||||
*/
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
require_once 'include/crypto.php';
|
||||
require_once 'include/enotify.php';
|
||||
require_once 'include/email.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue