<?php
namespace Composer\Autoload;
class ComposerStaticInit30f134d1f77d6850c0259a142c1864c4 {
public static $files = array(
'f084d01b0a599f67676cffef638aa95b' => __DIR__ . '/..' . '/smarty/smarty/libs/bootstrap.php',
);
public static $prefixLengthsPsr4 = array(
't' =>
array(
'ticky\\' => 6,
),
'a' =>
array(
'application\\' => 12,
),
'e' =>
array(
'extend\\' => 7,
),
);
public static $prefixDirsPsr4 = array(
'ticky\\' =>
array(
0 => __DIR__ . '/../..' . '/tickyphp/library',
),
'application\\' =>
array(
0 => __DIR__ . '/../..' . '/application',
),
'extend\\' =>
array(
0 => __DIR__ . '/../..' . '/extend',
),
);
public static function getInitializer(ClassLoader $loader) {
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit30f134d1f77d6850c0259a142c1864c4::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit30f134d1f77d6850c0259a142c1864c4::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}