%PDF- %PDF-
| Direktori : /proc/24140/root/usr/share/php/Composer/CaBundle/ |
| Current File : //proc/24140/root/usr/share/php/Composer/CaBundle/autoload.php |
<?php
if (stream_resolve_include_path('Symfony/Component/Process/autoload.php')){
include_once 'Symfony/Component/Process/autoload.php';
}
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'composer\\cabundle\\cabundle' => '/CaBundle.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd