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 ComposerStaticInit503a57c988d2723fb22fc82fe9083963
{
public static $files = array (
'38bc130034b61d96d3a0ad0c9a8d5950' => __DIR__ . '/../..' . '/src/helper.php',
);
public static $prefixLengthsPsr4 = array (
'A' =>
array (
'ArcherZdip\\LaravelApiAuth\\' => 26,
),
public static $prefixDirsPsr4 = array (
'ArcherZdip\\LaravelApiAuth\\' =>
0 => __DIR__ . '/../..' . '/src',
public static function getInitializer(ClassLoader $loader)
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit503a57c988d2723fb22fc82fe9083963::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit503a57c988d2723fb22fc82fe9083963::$prefixDirsPsr4;
}, null, ClassLoader::class);
}