diff options
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r-- | vendor/composer/autoload_static.php | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php deleted file mode 100644 index 3337d7b..0000000 --- a/vendor/composer/autoload_static.php +++ /dev/null @@ -1,42 +0,0 @@ -<?php - -// autoload_static.php @generated by Composer - -namespace Composer\Autoload; - -class ComposerStaticInit266aa82cdfb705e81f7eec35f3a301c0 -{ - public static $prefixLengthsPsr4 = array ( - 'A' => - array ( - 'App\\' => 4, - ), - ); - - public static $prefixDirsPsr4 = array ( - 'App\\' => - array ( - 0 => __DIR__ . '/../..' . '/src', - ), - ); - - public static $prefixesPsr0 = array ( - 'M' => - array ( - 'Mustache' => - array ( - 0 => __DIR__ . '/..' . '/mustache/mustache/src', - ), - ), - ); - - public static function getInitializer(ClassLoader $loader) - { - return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit266aa82cdfb705e81f7eec35f3a301c0::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit266aa82cdfb705e81f7eec35f3a301c0::$prefixDirsPsr4; - $loader->prefixesPsr0 = ComposerStaticInit266aa82cdfb705e81f7eec35f3a301c0::$prefixesPsr0; - - }, null, ClassLoader::class); - } -} |