Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / RedBeanPHP / R.php
1 <?php
2
3 namespace RedBeanPHP;
4
5 /**
6  * R-Facade (for Composer)
7  *
8  * If you use Composer you don't use the rb.php file which
9  * has the R-facade, so here is a separate, namespaced R-facade for
10  * those that prefer this.
11  *
12  * An alternative option might be to alias RedBeanPHP/Facade.
13  *
14  * @file    RedBeanPHP/R.php
15  * @author  Simirimia
16  * @license BSD/GPLv2
17  *
18  */
19 class R extends Facade
20 {
21 }