mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-16 09:38:56 +08:00
10 lines
202 B
PHP
10 lines
202 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'ICal' => array($vendorDir . '/johngrogg/ics-parser/src'),
|
|
);
|