mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 06:37:49 +08:00
12 lines
187 B
PHP
12 lines
187 B
PHP
|
<?php
|
||
|
|
||
|
// include_paths.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
$baseDir . '/',
|
||
|
$baseDir . '/core',
|
||
|
);
|