DIR: /proc/1784574/root/usr/share/php/Composer/CaBundle/ |
Current File : //proc/1784574/root/usr/share/php/Composer/CaBundle/autoload.php |
<?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 |