Files
2026-04-28 15:13:50 +02:00

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'),
);