mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
Begin Refactor
This commit is contained in:
21
vendor/gabordemooij/redbean/RedBeanPHP/R.php
vendored
Normal file
21
vendor/gabordemooij/redbean/RedBeanPHP/R.php
vendored
Normal 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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user