PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.5.1
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.5.1
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
templately / vendor / composer / autoload_static.php

autoload_static.php in Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! 3.5.1, at vendor/composer/autoload_static.php

45 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 ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa
8 {
9 public static $prefixLengthsPsr4 = array (
10 'T' =>
11 array (
12 'Templately\\' => 11,
13 ),
14 'P' =>
15 array (
16 'PriyoMukul\\WPNotice\\' => 20,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'Templately\\' =>
22 array (
23 0 => __DIR__ . '/../..' . '/includes',
24 ),
25 'PriyoMukul\\WPNotice\\' =>
26 array (
27 0 => __DIR__ . '/..' . '/priyomukul/wp-notice/src',
28 ),
29 );
30
31 public static $classMap = array (
32 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
33 );
34
35 public static function getInitializer(ClassLoader $loader)
36 {
37 return \Closure::bind(function () use ($loader) {
38 $loader->prefixLengthsPsr4 = ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa::$prefixLengthsPsr4;
39 $loader->prefixDirsPsr4 = ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa::$prefixDirsPsr4;
40 $loader->classMap = ComposerStaticInitfbda63c7fbea4382c611c6bde8fe57fa::$classMap;
41
42 }, null, ClassLoader::class);
43 }
44 }
45