]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/application/class_BaseApplication.php
Refacuring:
[core.git] / framework / main / classes / application / class_BaseApplication.php
index fe844a21dae06bd8602bd7cecf5d70caaa6e83dc..bdf05189bac338848ee7ef9c62a65d6b9862533e 100644 (file)
@@ -164,7 +164,7 @@ abstract class BaseApplication extends BaseFrameworkSystem {
         */
        public final function setAppShortName (string $shortName) {
                // Cast and set it
-               $this->shortName = (string) $shortName;
+               $this->shortName = $shortName;
        }
 
 }