Skip to content

Commit

Permalink
Fixed typo thanks to drjones69
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 9, 2011
1 parent b69d894 commit 607e149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Security/User/ModelUserProvider.php
Expand Up @@ -59,7 +59,7 @@ public function loadUserByUsername($username)
{
$queryClass = $this->queryClass;

$query = $queryClass::create()
$query = $queryClass::create();

if (null !== $property) {
$filter = 'filterBy' . ucfirst($property);
Expand Down

0 comments on commit 607e149

Please sign in to comment.