zZzzZ.
home2
/
zrzvbdry
/
public_html
/
wp-content
/
plugins
/
just-tables
/
vendor
/
composer
New Folder
Editing: autoload_static.php
Save
Cancel
<?php // autoload_static.php @generated by Composer namespace Composer\Autoload; class ComposerStaticInit4c6bf71e6681200b1ac6edc8fc2750de { public static $files = array ( 'eebf0f38e9369d2dd2d2e4112bcce24f' => __DIR__ . '/../..' . '/includes/functions.php', 'c3a8521f27411a7078bb3d4dcae6051f' => __DIR__ . '/../..' . '/includes/ajax-processing.php', 'e9b14a6151c022c93d5d0359af1db8e2' => __DIR__ . '/../..' . '/includes/ajax-actions.php', ); public static $prefixLengthsPsr4 = array ( 'J' => array ( 'JustTables\\' => 11, ), ); public static $prefixDirsPsr4 = array ( 'JustTables\\' => array ( 0 => __DIR__ . '/../..' . '/includes', ), ); public static $classMap = array ( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit4c6bf71e6681200b1ac6edc8fc2750de::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit4c6bf71e6681200b1ac6edc8fc2750de::$prefixDirsPsr4; $loader->classMap = ComposerStaticInit4c6bf71e6681200b1ac6edc8fc2750de::$classMap; }, null, ClassLoader::class); } }