mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 03:44:29 +02:00
12 lines
250 B
PHP
12 lines
250 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Evenement' => array($vendorDir . '/evenement/evenement/src'),
|
|
'AssetLoader' => array($baseDir . '/'),
|
|
);
|