mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
require -> require_once
This commit is contained in:
parent
c80b1048d8
commit
4bc96dd88c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue