mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-04-27 14:55:38 +00:00
22 lines
393 B
PHP
22 lines
393 B
PHP
<?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
|
|
{
|
|
}
|