]> git.mxchange.org Git - core.git/blobdiff - framework/config/config-local.php-dist
Continued:
[core.git] / framework / config / config-local.php-dist
index d6bd7c1d236e099325bb04d30c7e7f0889ae0045..401e2c1d6284f999cf3c1c4aa6f0b56f1efa242d 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
+
 /**
  * Local configuration file, put this into your application/xyz/ folder and
  * ignore config-local.php in .gitignore (see my apps for examples). This way
@@ -29,7 +32,7 @@
  */
 
 // Get the configuration instance
-$cfg = FrameworkConfiguration::getSelfInstance();
+$cfg = FrameworkBootstrap::getConfigurationInstance();
 
 // CFG: FOO-BAR
 //$cfg->setConfigEntry('foo_bar', 12345);