Latest working copy. Added writing for tbl

This commit is contained in:
color.diff=auto
2021-03-21 19:36:46 -06:00
parent 018931d7ae
commit 35b3f1ae00
193 changed files with 1734 additions and 46896 deletions

View File

@@ -1,31 +0,0 @@
<?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);
}
}