mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-29 10:00:49 +08:00
Agent-Logs-Url: https://github.com/djav1985/v-wordpress-plugin-updater/sessions/9f3a7e0f-e5a9-42b5-beb5-4f8edd29adf4 Co-authored-by: djav1985 <174835544+djav1985@users.noreply.github.com>
11 lines
245 B
PHP
11 lines
245 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'VWPU\\Services\\' => array($baseDir . '/services'),
|
|
'VWPU\\Helpers\\' => array($baseDir . '/helpers'),
|
|
);
|