PluginProbe
Easy Invoice – Invoice Generator, PDF Quotes & Payments / 2.1.2
Easy Invoice – Invoice Generator, PDF Quotes & Payments v2.1.2
2.4.0 2.4.1 2.3.8 2.3.7 2.3.6 2.3.5 2.3.4 2.3.3 2.3.2 2.3.1 2.2.0 2.1.21 2.1.20 2.1.19 2.1.18 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.2 All 57 releases
easy-invoice / vendor / composer / autoload_static.php

autoload_static.php in Easy Invoice – Invoice Generator, PDF Quotes & Payments 2.1.2, at vendor/composer/autoload_static.php

37 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit38da25f9ecee1b906ed73755637e86a6
8 {
9 public static $prefixLengthsPsr4 = array (
10 'E' =>
11 array (
12 'EasyInvoice\\' => 12,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'EasyInvoice\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/includes',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 );
26
27 public static function getInitializer(ClassLoader $loader)
28 {
29 return \Closure::bind(function () use ($loader) {
30 $loader->prefixLengthsPsr4 = ComposerStaticInit38da25f9ecee1b906ed73755637e86a6::$prefixLengthsPsr4;
31 $loader->prefixDirsPsr4 = ComposerStaticInit38da25f9ecee1b906ed73755637e86a6::$prefixDirsPsr4;
32 $loader->classMap = ComposerStaticInit38da25f9ecee1b906ed73755637e86a6::$classMap;
33
34 }, null, ClassLoader::class);
35 }
36 }
37