1234567891011121314 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(__DIR__);
- $baseDir = dirname($vendorDir);
- return array(
- 'Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/Google/Protobuf'),
- 'GPBMetadata\\Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf'),
- 'GPBMetadata\\' => array($baseDir . '/GPBMetadata'),
- 'Common_pack\\' => array($baseDir . '/Common_pack'),
- '' => array($baseDir . '/'),
- );
|