]> git.mxchange.org Git - core.git/blobdiff - framework/config/config-local.php-dist
Continued:
[core.git] / framework / config / config-local.php-dist
index d6bd7c1d236e099325bb04d30c7e7f0889ae0045..7f51e62e02316f8cca4679ec4ffcde7e60a35440 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
@@ -11,7 +14,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2022 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
@@ -29,7 +32,7 @@
  */
 
 // Get the configuration instance
-$cfg = FrameworkConfiguration::getSelfInstance();
+$cfg = FrameworkBootstrap::getConfigurationInstance();
 
 // CFG: FOO-BAR
 //$cfg->setConfigEntry('foo_bar', 12345);