]> git.mxchange.org Git - friendica.git/blobdiff - object/BaseObject.php
Rename include/Scrape to include/probe
[friendica.git] / object / BaseObject.php
index 2666dc1de572816a01ec53d4522288392e8c5424..15c7d8dc652dbd0bcc05dcce1ac2ad5db6cc123b 100644 (file)
@@ -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;
        }
 }
-?>