diff options
Diffstat (limited to 'vendor/clue/block-react/src/functions_include.php')
-rw-r--r-- | vendor/clue/block-react/src/functions_include.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/clue/block-react/src/functions_include.php b/vendor/clue/block-react/src/functions_include.php new file mode 100644 index 0000000..b3ad74c --- /dev/null +++ b/vendor/clue/block-react/src/functions_include.php @@ -0,0 +1,8 @@ +<?php + +namespace Clue\React\Block; + +if (!function_exists('Clue\\React\\Block\\sleep')) { + require __DIR__ . '/functions.php'; +} + |