Skip to content

Commit 90de950

Browse files
committed
refactor: namespace usage
1 parent af64f3b commit 90de950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
*
99
* @param mixed $data
1010
*
11-
* @return Ahc\Underscore\Underscore
11+
* @return \Ahc\Underscore\Underscore
1212
*/
1313
function underscore($data = [])
1414
{
15-
return new Ahc\Underscore\Underscore($data);
15+
return new \Ahc\Underscore\Underscore($data);
1616
}
1717
}

0 commit comments

Comments
 (0)