]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseObject.php
Return default profile photo if no profile photo is set
[friendica.git] / src / BaseObject.php
index 6b64daccf0d8dbbd3bc47d75cd7964db0fbc8e28..33ed67754674b34731bef4eab345df47be755468 100644 (file)
@@ -4,8 +4,6 @@
  */
 namespace Friendica;
 
-require_once 'boot.php';
-
 /**
  * Basic object
  *
@@ -34,7 +32,7 @@ class BaseObject
        /**
         * Set the app
         *
-        * @param object $app App
+        * @param App $app App
         *
         * @return void
         */