X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=object%2FBaseObject.php;h=15c7d8dc652dbd0bcc05dcce1ac2ad5db6cc123b;hb=ab60641e3ba731aca42ab510bdf9c2411db6aab4;hp=2666dc1de572816a01ec53d4522288392e8c5424;hpb=23cef0936ffb5dcf7cdfb0d61e4bad575d45a23e;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; } } -?>