We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a5cd6 + 726f2aa commit b320957Copy full SHA for b320957
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"autoload": {
14
- "files": [ "src/functions.php" ]
+ "files": [ "src/functions_include.php" ]
15
},
16
"require": {
17
"php": ">=5.3",
src/functions_include.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace Clue\React\Block;
4
5
+if (!function_exists('Clue\\React\\Block\\sleep')) {
6
+ require __DIR__ . '/functions.php';
7
+}
8
0 commit comments