mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
11 lines
187 B
PHP
11 lines
187 B
PHP
<?php
|
|
|
|
// include_paths.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
$baseDir . '/',
|
|
$baseDir . '/core',
|
|
);
|