autoload_psr4.php
1.01 KB
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'lucatume\\DI52\\' => array($vendorDir . '/lucatume/di52/src'),
'StellarWP\\Validation\\' => array($vendorDir . '/stellarwp/validation/src'),
'StellarWP\\Telemetry\\Views_Dir\\' => array($vendorDir . '/stellarwp/telemetry/src/views'),
'StellarWP\\Telemetry\\Assets_Dir\\' => array($vendorDir . '/stellarwp/telemetry/src/resources'),
'StellarWP\\Telemetry\\' => array($vendorDir . '/stellarwp/telemetry/src/Telemetry'),
'StellarWP\\Models\\' => array($vendorDir . '/stellarwp/models/src/Models'),
'StellarWP\\FieldConditions\\' => array($vendorDir . '/stellarwp/field-conditions/src'),
'StellarWP\\DB\\' => array($vendorDir . '/stellarwp/db/src/DB'),
'StellarWP\\ContainerContract\\' => array($vendorDir . '/stellarwp/container-contract/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'LearnDash\\Core\\' => array($baseDir . '/src/Core'),
);