Skip to content

Commit

Permalink
remove PHP5.4 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
L0rD59 committed Jul 23, 2014
1 parent 5257a98 commit 17be079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function loadUserByApiKey($apiKey)
{
$this->stateless = true;

return $this->userManager->findUserBy(['apiKey' => $apiKey]);
return $this->userManager->findUserBy(array('apiKey' => $apiKey));
}

/**
Expand Down

0 comments on commit 17be079

Please sign in to comment.