Added root namespace to function
Tests were failing on 5.4 out on travis. Was barking about the function not existing in the namespace. Hoping this resolves it.
This commit is contained in:
parent
5ce36537a6
commit
1b365bcff0
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Resource extends Object
|
|||
|
||||
if ($function == 'password_hash')
|
||||
{
|
||||
$global[$variable] = password_hash($value, PASSWORD_DEFAULT);
|
||||
$global[$variable] = \password_hash($value, PASSWORD_DEFAULT);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue