11 lines
253 B
PHP
Executable file
11 lines
253 B
PHP
Executable file
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'danog\\' => array($vendorDir . '/danog/primemodule/lib'),
|
|
'Your\\Project\\' => array($baseDir . '/src'),
|
|
);
|