PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / trunk
Forumax – AI Powered Advanced Community Forum Plugin vtrunk
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / vendor / composer / autoload_static.php

autoload_static.php in Forumax – AI Powered Advanced Community Forum Plugin trunk, 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 ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7
8 {
9 public static $files = array (
10 '8d50dc88e56bace65e1e72f6017983ed' => __DIR__ . '/..' . '/freemius/wordpress-sdk/start.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'F' =>
15 array (
16 'Forumax\\' => 8,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'Forumax\\' =>
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 = ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7::$prefixLengthsPsr4;
35 $loader->prefixDirsPsr4 = ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7::$prefixDirsPsr4;
36 $loader->classMap = ComposerStaticInit121d9c4330b3df4347ec33e83b2ac0b7::$classMap;
37
38 }, null, ClassLoader::class);
39 }
40 }
41