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