PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 1.11.2
Subscriptions for WooCommerce with Stripe Recurring Payments v1.11.2
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.11.2, at vendor/composer/autoload_static.php

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