for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit912ef365a6588e1102f28f1b2c039019
{
public static $files = array (
'eb4ca143a560593927b6c460308f3a8f' => __DIR__ . '/../..' . '/src/functions.php',
);
public static $prefixLengthsPsr4 = array (
'K' =>
array (
'KiplingKelvin\\ChpterLaravelSdk\\' => 31,
),
'A' =>
'App\\' => 4,
public static $prefixDirsPsr4 = array (
'KiplingKelvin\\ChpterLaravelSdk\\' =>
0 => __DIR__ . '/../..' . '/src',
'App\\' =>
0 => __DIR__ . '/../..' . '/app',
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
public static function getInitializer(ClassLoader $loader)
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$classMap;
}, null, ClassLoader::class);
}