]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseObject.php
Adding unittest for empty setApp()
[friendica.git] / src / BaseObject.php
index 1a23408ba1e4a4ce24028363966cbb57ea89ee8e..4a6fa12d24b03ad18f4542114f1302d8a9e3573e 100644 (file)
@@ -28,7 +28,7 @@ class BaseObject
        public static function getApp()
        {
                if (empty(self::$app)) {
-                       throw new InternalServerErrorException('App isn\' initialized.');
+                       throw new InternalServerErrorException('App isn\'t initialized.');
                }
 
                return self::$app;