Skip to content

Commit 8746a62

Browse files
committed
Fixed object creation due to the namespace
1 parent 6558393 commit 8746a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
require_once 'VerbalExpressions.php';
99

10-
$regex = new VerbalExpressions;
10+
$regex = new \VerbalExpressions\PHPVerbalExpressions\VerbalExpressions();
1111

1212
$regex->startOfLine()
1313
->then("http")

0 commit comments

Comments
 (0)