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')
-rw-r--r--assets/php/vendor/react/promise/src/functions_include.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/php/vendor/react/promise/src/functions_include.php b/assets/php/vendor/react/promise/src/functions_include.php
new file mode 100644
index 0000000..c71decb
--- /dev/null
+++ b/assets/php/vendor/react/promise/src/functions_include.php
@@ -0,0 +1,5 @@
+<?php
+
+if (!function_exists('React\Promise\resolve')) {
+ require __DIR__.'/functions.php';
+}