PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.9.4
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.9.4
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | vendor/composer/autoload_real.php +8 -8 3.10.133.9.4 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 3 // autoload_real.php @generated by Composer
4 4
5 -class ComposerAutoloaderInitb1c4972cf7a69e915c83661005512e70
5 +class ComposerAutoloaderInit13a4206e48217fda3df03a3590a64aae
6 6 {
7 7 private static $loader;
8 8
9 9 public static function loadClassLoader($class)
@@ -23,27 +23,27 @@
23 23 }
24 24
25 25 require __DIR__ . '/platform_check.php';
26 26
27 - spl_autoload_register(array('ComposerAutoloaderInitb1c4972cf7a69e915c83661005512e70', 'loadClassLoader'), true, true);
27 + spl_autoload_register(array('ComposerAutoloaderInit13a4206e48217fda3df03a3590a64aae', 'loadClassLoader'), true, true);
28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29 - spl_autoload_unregister(array('ComposerAutoloaderInitb1c4972cf7a69e915c83661005512e70', 'loadClassLoader'));
29 + spl_autoload_unregister(array('ComposerAutoloaderInit13a4206e48217fda3df03a3590a64aae', 'loadClassLoader'));
30 30
31 31 require __DIR__ . '/autoload_static.php';
32 - call_user_func(\Composer\Autoload\ComposerStaticInitb1c4972cf7a69e915c83661005512e70::getInitializer($loader));
32 + call_user_func(\Composer\Autoload\ComposerStaticInit13a4206e48217fda3df03a3590a64aae::getInitializer($loader));
33 33
34 34 $loader->register(true);
35 35
36 - $filesToLoad = \Composer\Autoload\ComposerStaticInitb1c4972cf7a69e915c83661005512e70::$files;
37 - $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
36 + $filesToLoad = \Composer\Autoload\ComposerStaticInit13a4206e48217fda3df03a3590a64aae::$files;
37 + $requireFile = static function ($fileIdentifier, $file) {
38 38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
39 39 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
40 40
41 41 require $file;
42 42 }
43 - }, null, null);
43 + };
44 44 foreach ($filesToLoad as $fileIdentifier => $file) {
45 - $requireFile($fileIdentifier, $file);
45 + ($requireFile)($fileIdentifier, $file);
46 46 }
47 47
48 48 return $loader;
49 49 }