| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_psr4.php @generated by Composer |
| 4 |
|
| 5 |
$vendorDir = dirname(__DIR__); |
| 6 |
$baseDir = dirname($vendorDir); |
| 7 |
|
| 8 |
return array( |
| 9 |
'Hostinger\\WpMenuManager\\' => array($vendorDir . '/hostinger/hostinger-wp-menu-manager/src'), |
| 10 |
'Hostinger\\WpHelper\\' => array($vendorDir . '/hostinger/hostinger-wp-helper/src'), |
| 11 |
'Hostinger\\Tests\\' => array($vendorDir . '/hostinger/hostinger-wp-helper/tests/phpunit'), |
| 12 |
'Hostinger\\' => array($baseDir . '/includes'), |
| 13 |
); |
| 14 |
|