Skip to content

Commit 3e17b52

Browse files
author
davert
committed
fix to sequence module
1 parent 073f0c7 commit 3e17b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codeception/Module/Sequence.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* ```
5050
*
5151
*/
52-
class Sequence {
52+
class Sequence extends \Codeception\Module {
5353

5454
static $hash = array();
5555

0 commit comments

Comments
 (0)