Move App to src
- Add `use Friendica\App;` wherever needed
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* General purpose landing page for plugins/addons
|
||||
*/
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
function cb_init(App $a) {
|
||||
call_hooks('cb_init');
|
||||
|
||||
Reference in New Issue
Block a user