mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
require -> require_once
This commit is contained in:
parent
c80b1048d8
commit
4bc96dd88c
@ -7,7 +7,7 @@
|
|||||||
* @package Redisent
|
* @package Redisent
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require dirname(__FILE__) . '/Redisent.php';
|
require_once dirname(__FILE__) . '/Redisent.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A generalized Redisent interface for a cluster of Redis servers
|
* A generalized Redisent interface for a cluster of Redis servers
|
||||||
|
Loading…
Reference in New Issue
Block a user