Skip to content

Commit 4bc96dd

Browse files
author
chris.boulton
committed
require -> require_once
1 parent c80b104 commit 4bc96dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Redisent/RedisentCluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @package Redisent
88
*/
99

10-
require dirname(__FILE__) . '/Redisent.php';
10+
require_once dirname(__FILE__) . '/Redisent.php';
1111

1212
/**
1313
* A generalized Redisent interface for a cluster of Redis servers

0 commit comments

Comments
 (0)