Move App to src
- Add `use Friendica\App;` wherever needed
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
if(! function_exists('home_init')) {
|
||||
function home_init(App $a) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user