mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Switch to using require_once since it seems there are some conflicts with the autoloader
This commit is contained in:
parent
bf29c5e018
commit
1a5564ded5
@ -13,8 +13,8 @@ if($APP_INCLUDE) {
|
||||
require_once $APP_INCLUDE;
|
||||
}
|
||||
|
||||
require 'lib/Resque.php';
|
||||
require 'lib/Resque/Worker.php';
|
||||
require_once 'lib/Resque.php';
|
||||
require_once 'lib/Resque/Worker.php';
|
||||
|
||||
$REDIS_BACKEND = getenv('REDIS_BACKEND');
|
||||
if(!empty($REDIS_BACKEND)) {
|
||||
|
Loading…
Reference in New Issue
Block a user