13 lines
323 B
PHP
13 lines
323 B
PHP
<?php
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'WPSMTP\\Config' => $baseDir . '/inc/Config.php',
|
|
'WPSMTP\\Process' => $baseDir . '/inc/Logger/Process.php',
|
|
'WPSMTP\\Table' => $baseDir . '/inc/Logger/Table.php',
|
|
);
|