blob: 755f7187ca78e5efc876d7930539702a8f3445a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit52105223ed18fb0487ba02f5d0fcfd9e
{
public static $prefixLengthsPsr4 = array (
'C' =>
array (
'Cron\\' => 5,
),
);
public static $prefixDirsPsr4 = array (
'Cron\\' =>
array (
0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit52105223ed18fb0487ba02f5d0fcfd9e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit52105223ed18fb0487ba02f5d0fcfd9e::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}
|