We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee7c8e commit 3b2e293Copy full SHA for 3b2e293
functions.php
@@ -7,5 +7,5 @@
7
*/
8
function set()
9
{
10
- return ( new \ReflectionClass('Set') )->newInstanceArgs( func_get_args() );
+ return ( new \ReflectionClass('\JakeWhiteley\PhpSets\Set') )->newInstanceArgs( func_get_args() );
11
}
0 commit comments