From 781483bc83d66582400e825eed49d83b3ccd9ec6 Mon Sep 17 00:00:00 2001 From: dewei Date: Wed, 13 Apr 2016 09:26:04 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E2=80=98../bin/resque.php=E2=80=99=20t?= =?UTF-8?q?o=20'../bin/resque'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/resque.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/resque.php b/demo/resque.php index 3dfa5a9..fcfe578 100644 --- a/demo/resque.php +++ b/demo/resque.php @@ -4,4 +4,4 @@ require 'bad_job.php'; require 'job.php'; require 'php_error_job.php'; -require '../bin/resque.php'; \ No newline at end of file +require '../bin/resque'; \ No newline at end of file