Security update for Core, with self-updated composer
[yaffs-website] / vendor / gabordemooij / redbean / RedBeanPHP / R.php
diff --git a/vendor/gabordemooij/redbean/RedBeanPHP/R.php b/vendor/gabordemooij/redbean/RedBeanPHP/R.php
deleted file mode 100644 (file)
index 6f2648b..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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
-{
-}