11 lines
193 B
PHP
Executable File
11 lines
193 B
PHP
Executable File
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'IPLib\\' => array($vendorDir . '/mlocati/ip-lib/src'),
|
|
);
|