Begin Refactor

This commit is contained in:
color.diff=auto
2021-03-21 13:47:29 -06:00
parent 7622dc0d02
commit 018931d7ae
197 changed files with 47799 additions and 6 deletions

31
vendor/composer/autoload_static.php vendored Normal file
View File

@@ -0,0 +1,31 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit7881a223d5c4e5800bc6cdeb88fd0b5a
{
public static $prefixLengthsPsr4 = array (
'R' =>
array (
'RedBeanPHP\\' => 11,
),
);
public static $prefixDirsPsr4 = array (
'RedBeanPHP\\' =>
array (
0 => __DIR__ . '/..' . '/gabordemooij/redbean/RedBeanPHP',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit7881a223d5c4e5800bc6cdeb88fd0b5a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit7881a223d5c4e5800bc6cdeb88fd0b5a::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}