| @@ -5,5 +5,10 @@ | ||
| 5 | 5 | $vendorDir = dirname(__DIR__); |
| 6 | 6 | $baseDir = dirname($vendorDir); |
| 7 | 7 | |
| 8 | 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 | + 'Automattic\\Jetpack\\Autoloader\\' => array($vendorDir . '/automattic/jetpack-autoloader/src'), | |
| 9 | 14 | ); |