Move App to src
[friendica.git/.git] / mod / poco.php
index 30648ac..7dcf3b4 100644 (file)
@@ -2,6 +2,8 @@
 // See here for a documentation for portable contacts:
 // https://web.archive.org/web/20160405005550/http://portablecontacts.net/draft-spec.html
 
+use Friendica\App;
+
 function poco_init(App $a) {
        require_once("include/bbcode.php");