14 lines
450 B
PHP
14 lines
450 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'WPDesk\\FCF\\Free\\' => array($baseDir . '/src'),
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
|
'Doctrine\\Deprecations\\' => array($vendorDir . '/doctrine/deprecations/src'),
|
|
'Doctrine\\Common\\Collections\\' => array($vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections'),
|
|
);
|