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.
1 parent 8c5e9a3 commit 3245038Copy full SHA for 3245038
src/Terremoth/Async/background_processor.php
@@ -6,7 +6,7 @@
6
error_reporting(E_ALL);
7
8
require_once 'vendor/autoload.php';
9
-require_once 'script_functions.php';
+require_once __DIR__ . DIRECTORY_SEPARATOR . 'script_functions.php';
10
11
use Laravel\SerializableClosure\SerializableClosure;
12
0 commit comments