11 lines
207 B
PHP
11 lines
207 B
PHP
<?php
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Grav\\Plugin\\ErrorPlugin' => $baseDir . '/error.php',
|
|
);
|