PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 1.4.0
Subscriptions for WooCommerce with Stripe Recurring Payments v1.4.0
2.0.0 1.11.2 1.11.1 1.11.0 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.6 1.9.5 trunk 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 All 61 releases
subscription / vendor / composer / autoload_static.php

autoload_static.php in Subscriptions for WooCommerce with Stripe Recurring Payments 1.4.0, at vendor/composer/autoload_static.php

41 lines 1.2 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 ComposerStaticInit41032b9e9afd9c1557d6565dd61fb6ad
8 {
9 public static $files = array (
10 '432679542ec02094510a6c6c1c27214d' => __DIR__ . '/../..' . '/includes/functions.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'S' =>
15 array (
16 'SpringDevs\\Subscription\\' => 24,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'SpringDevs\\Subscription\\' =>
22 array (
23 0 => __DIR__ . '/../..' . '/includes',
24 ),
25 );
26
27 public static $classMap = array (
28 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
29 );
30
31 public static function getInitializer(ClassLoader $loader)
32 {
33 return \Closure::bind(function () use ($loader) {
34 $loader->prefixLengthsPsr4 = ComposerStaticInit41032b9e9afd9c1557d6565dd61fb6ad::$prefixLengthsPsr4;
35 $loader->prefixDirsPsr4 = ComposerStaticInit41032b9e9afd9c1557d6565dd61fb6ad::$prefixDirsPsr4;
36 $loader->classMap = ComposerStaticInit41032b9e9afd9c1557d6565dd61fb6ad::$classMap;
37
38 }, null, ClassLoader::class);
39 }
40 }
41