Contao\ClassLoader::register PHP Method

register() public static method

Register the autoloader
public static register ( )
    public static function register()
    {
        spl_autoload_register('ClassLoader::load');
    }