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

View File

@@ -0,0 +1,21 @@
<?php
namespace RedBeanPHP;
/**
* R-Facade (for Composer)
*
* If you use Composer you don't use the rb.php file which
* has the R-facade, so here is a separate, namespaced R-facade for
* those that prefer this.
*
* An alternative option might be to alias RedBeanPHP/Facade.
*
* @file RedBeanPHP/R.php
* @author Simirimia
* @license BSD/GPLv2
*
*/
class R extends Facade
{
}