S2OJ/web/app/vendor/composer/autoload_classmap.php
Baoshuo 86d4b13cd6
All checks were successful
continuous-integration/drone/push Build is passing
fix(web): ParsedownMath
2022-10-11 14:03:18 +08:00

11 lines
220 B
PHP

<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'ParsedownMath' => $vendorDir . '/parsedown-math/ParsedownMath.php',
);