]> git.mxchange.org Git - core.git/blobdiff - framework/includes.php
Continued:
[core.git] / framework / includes.php
index 3764ca733f1e8646da0c41363f0baa2efb2f1996..ceaab36d3f475e30fcdf8ca146092ddf64e315ae 100644 (file)
@@ -29,7 +29,7 @@ use CoreFramework\Loader\ClassLoader;
  */
 
 // Include the class loader function
-require(FrameworkConfiguration::getSelfInstance()->getConfigEntry('framework_base_path') . 'loader/class_ClassLoader.php');
+require FrameworkConfiguration::getSelfInstance()->getConfigEntry('framework_base_path') . 'loader/class_ClassLoader.php';
 
 /*
  * Shall we include additional configs where you can configure some things?