Skip to content

Commit 3b2e293

Browse files
authored
Update functions.php
1 parent eee7c8e commit 3b2e293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88
function set()
99
{
10-
return ( new \ReflectionClass('Set') )->newInstanceArgs( func_get_args() );
10+
return ( new \ReflectionClass('\JakeWhiteley\PhpSets\Set') )->newInstanceArgs( func_get_args() );
1111
}

0 commit comments

Comments
 (0)