X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=object%2FBaseObject.php;h=15c7d8dc652dbd0bcc05dcce1ac2ad5db6cc123b;hb=c6dbbe21b4377081b6c80b53ac8fd795ac37723a;hp=2666dc1de572816a01ec53d4522288392e8c5424;hpb=4ebebe96fee1ea3dda219fa7049e6d14a142aa19;p=friendica.git diff --git a/object/BaseObject.php b/object/BaseObject.php index 2666dc1de5..15c7d8dc65 100644 --- a/object/BaseObject.php +++ b/object/BaseObject.php @@ -14,7 +14,7 @@ class BaseObject { /** * Get the app - * + * * Same as get_app from boot.php */ public function get_app() { @@ -33,4 +33,3 @@ class BaseObject { self::$app = $app; } } -?>