X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=00ccf224f3d235af80341c48a5bf2f66552656da;hp=7381073394eb646494a00c1563819eaf651bc5fd;hb=95980342ceb1cbcfb7b28589a2e62819b83e90fb;hpb=1a9dcdbcd1ec79df3a77a0ed24bda7eccfed2315;ds=inline diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 73810733..00ccf224 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -153,6 +153,11 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { */ private $realClass = 'BaseFrameworkSystem'; + /** + * An instance of a database wrapper class + */ + private $wrapperInstance = null; + /** * Thousands seperator */