aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/react/promise/src/functions_include.php
diff options
context:
space:
mode:
Diffstat (limited to 'assets/php/vendor/react/promise/src/functions_include.php')
-rwxr-xr-xassets/php/vendor/react/promise/src/functions_include.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/php/vendor/react/promise/src/functions_include.php b/assets/php/vendor/react/promise/src/functions_include.php
deleted file mode 100755
index c71decb..0000000
--- a/assets/php/vendor/react/promise/src/functions_include.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-if (!function_exists('React\Promise\resolve')) {
- require __DIR__.'/functions.php';
-}