X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fconfig.php;h=67322c0c8de66447661f0774a736c70ec403ce44;hp=186e838aa4abc4ff474d640502d6f775bdf55885;hb=a7ce95074761e66fd8624ca865a5de04c1f4bd4b;hpb=72b8616d552eae789a2c4137750c676a7744d4b6 diff --git a/framework/config.php b/framework/config.php index 186e838a..67322c0c 100644 --- a/framework/config.php +++ b/framework/config.php @@ -248,7 +248,7 @@ $cfg->setConfigEntry('rng_class', 'RandomNumberGenerator'); $cfg->setConfigEntry('user_db_wrapper_class', 'UserDatabaseWrapper'); // CFG: NEWS-DB-WRAPPER-CLASS -$cfg->setConfigEntry('news_db_wrapper_class', 'CoreFramework\Database\Wrapper\News\NewsDatabaseWrapper'); +$cfg->setConfigEntry('news_db_wrapper_class', 'CoreFramework\Wrapper\Database\News\NewsDatabaseWrapper'); // CFG: HTML-CMD-RESOLVER-CLASS $cfg->setConfigEntry('html_cmd_resolver_class', 'HtmlCommandResolver');