You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
649 B
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit4b3d592472598a8d8206a9f170e9bb91
{
public static $prefixesPsr0 = array (
'C' =>
array (
'CFPropertyList' =>
array (
0 => __DIR__ . '/..' . '/rodneyrehm/plist/classes',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixesPsr0 = ComposerStaticInit4b3d592472598a8d8206a9f170e9bb91::$prefixesPsr0;
}, null, ClassLoader::class);
}
}