File: /var/www/html/breadsecret.com/wp-content/themes/colibri-wp/inc/vendor/composer/autoload_static.php
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
use Closure;
class ComposerStaticInit830b4242f52dcda28eda3141289ea4bf {
public static $files = array(
'7e6cca5b119770fe793b2f9ca0e657fd' => __DIR__ . '/../..' . '/template-functions.php',
);
public static $prefixLengthsPsr4 = array(
'C' =>
array(
'ColibriWP\\Theme\\' => 16,
),
);
public static $prefixDirsPsr4 = array(
'ColibriWP\\Theme\\' =>
array(
0 => __DIR__ . '/../..' . '/src',
),
);
public static function getInitializer( ClassLoader $loader ) {
return Closure::bind( function () use ( $loader ) {
$loader->prefixLengthsPsr4 = ComposerStaticInit830b4242f52dcda28eda3141289ea4bf::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit830b4242f52dcda28eda3141289ea4bf::$prefixDirsPsr4;
}, null, ClassLoader::class );
}
}