Skip to content

Commit 3245038

Browse files
committed
Add DIR and DS to path for psalm stop annoying
1 parent 8c5e9a3 commit 3245038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Terremoth/Async/background_processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
error_reporting(E_ALL);
77

88
require_once 'vendor/autoload.php';
9-
require_once 'script_functions.php';
9+
require_once __DIR__ . DIRECTORY_SEPARATOR . 'script_functions.php';
1010

1111
use Laravel\SerializableClosure\SerializableClosure;
1212

0 commit comments

Comments
 (0)