Skip to content

Commit 69019fb

Browse files
committed
refactoring: Util split to Util and Lib
1 parent 5305eaf commit 69019fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Codeception\Module;
44

55
use Codeception\Exception\Module as ModuleException;
6-
use \Codeception\Util\Driver\Redis as RedisDriver;
6+
use \Codeception\Lib\Driver\Redis as RedisDriver;
77

88
/**
99
* Works with Redis database.

0 commit comments

Comments
 (0)