You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
4.4 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee
{
public static $prefixLengthsPsr4 = array (
'R' =>
array (
'RT\\ThePostGrid\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'RT\\ThePostGrid\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'RT\\ThePostGrid\\Controllers\\Admin\\AdminAjaxController' => __DIR__ . '/../..' . '/app/Controllers/Admin/AdminAjaxController.php',
'RT\\ThePostGrid\\Controllers\\Admin\\MetaController' => __DIR__ . '/../..' . '/app/Controllers/Admin/MetaController.php',
'RT\\ThePostGrid\\Controllers\\Admin\\NoticeController' => __DIR__ . '/../..' . '/app/Controllers/Admin/NoticeController.php',
'RT\\ThePostGrid\\Controllers\\Admin\\PostTypeController' => __DIR__ . '/../..' . '/app/Controllers/Admin/PostTypeController.php',
'RT\\ThePostGrid\\Controllers\\Admin\\SettingsController' => __DIR__ . '/../..' . '/app/Controllers/Admin/SettingsController.php',
'RT\\ThePostGrid\\Controllers\\Admin\\UpgradeController' => __DIR__ . '/../..' . '/app/Controllers/Admin/UpgradeController.php',
'RT\\ThePostGrid\\Controllers\\AjaxController' => __DIR__ . '/../..' . '/app/Controllers/AjaxController.php',
'RT\\ThePostGrid\\Controllers\\Api\\RestApi' => __DIR__ . '/../..' . '/app/Controllers/Api/RestApi.php',
'RT\\ThePostGrid\\Controllers\\Api\\RttpgV1' => __DIR__ . '/../..' . '/app/Controllers/Api/RttpgV1.php',
'RT\\ThePostGrid\\Controllers\\BlocksController' => __DIR__ . '/../..' . '/app/Controllers/BlocksController.php',
'RT\\ThePostGrid\\Controllers\\Blocks\\GridLayout' => __DIR__ . '/../..' . '/app/Controllers/Blocks/GridLayout.php',
'RT\\ThePostGrid\\Controllers\\ElementorController' => __DIR__ . '/../..' . '/app/Controllers/ElementorController.php',
'RT\\ThePostGrid\\Controllers\\Hooks\\ActionHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/ActionHooks.php',
'RT\\ThePostGrid\\Controllers\\Hooks\\FilterHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/FilterHooks.php',
'RT\\ThePostGrid\\Controllers\\SGutenBergController' => __DIR__ . '/../..' . '/app/Controllers/SGutenBergController.php',
'RT\\ThePostGrid\\Controllers\\ElementorController' => __DIR__ . '/../..' . '/app/Controllers/ElementorController.php',
'RT\\ThePostGrid\\Controllers\\GutenBergController' => __DIR__ . '/../..' . '/app/Controllers/GutenBergController.php',
'RT\\ThePostGrid\\Controllers\\Hooks\\ActionHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/ActionHooks.php',
'RT\\ThePostGrid\\Controllers\\Hooks\\FilterHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/FilterHooks.php',
'RT\\ThePostGrid\\Controllers\\ScriptController' => __DIR__ . '/../..' . '/app/Controllers/ScriptController.php',
'RT\\ThePostGrid\\Controllers\\ShortcodeController' => __DIR__ . '/../..' . '/app/Controllers/ShortcodeController.php',
'RT\\ThePostGrid\\Controllers\\WidgetController' => __DIR__ . '/../..' . '/app/Controllers/WidgetController.php',
'RT\\ThePostGrid\\Helpers\\Fns' => __DIR__ . '/../..' . '/app/Helpers/Fns.php',
'RT\\ThePostGrid\\Helpers\\Install' => __DIR__ . '/../..' . '/app/Helpers/Install.php',
'RT\\ThePostGrid\\Helpers\\Options' => __DIR__ . '/../..' . '/app/Helpers/Options.php',
'RT\\ThePostGrid\\Models\\Field' => __DIR__ . '/../..' . '/app/Models/Field.php',
'RT\\ThePostGrid\\Models\\ReSizer' => __DIR__ . '/../..' . '/app/Models/ReSizer.php',
'RT\\ThePostGrid\\Widgets\\ElementorWidget' => __DIR__ . '/../..' . '/app/Widgets/ElementorWidget.php',
'RT\\ThePostGrid\\Widgets\\TPGWidget' => __DIR__ . '/../..' . '/app/Widgets/TPGWidget.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee::$classMap;
}, null, ClassLoader::class);
}
}