diff --git a/demo/resque.php b/demo/resque.php index 3dfa5a9d..d864fc39 100644 --- a/demo/resque.php +++ b/demo/resque.php @@ -4,4 +4,4 @@ require 'job.php'; require 'php_error_job.php'; -require '../bin/resque.php'; \ No newline at end of file +require __DIR__ . '/../bin/resque.php';