mirror of
https://github.com/nickian/mautic-whitelabeler.git
synced 2026-07-26 08:49:57 +08:00
12 lines
344 B
PHP
Executable file
12 lines
344 B
PHP
Executable file
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Seld\\CliPrompt\\' => array($vendorDir . '/seld/cli-prompt/src'),
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
|
'League\\CLImate\\' => array($vendorDir . '/league/climate/src'),
|
|
);
|