X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fincludes.php;h=39be877dfe44369e0210269a3d8542b535be5102;hp=4b868980c7abd04d97536962b078fcd4f9652fcc;hb=ffea4d98e23cf4c02502f4c1ec4165d7968fdad9;hpb=d26e71af1e28dc1429823bdec244df6303f9b2fb diff --git a/inc/includes.php b/inc/includes.php index 4b868980..39be877d 100644 --- a/inc/includes.php +++ b/inc/includes.php @@ -67,5 +67,8 @@ $application = preg_replace('/([^a-z0-9_-])+/i', '', $application); // Set the application name for later usage FrameworkConfiguration::getSelfInstance()->setConfigEntry('app_name', $application); +// Scan for all framework classes, exceptions and interfaces +ClassLoader::scanFrameworkClasses(); + // [EOF] ?>