Skip to content

Commit

Permalink
Do not canonicalize name
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 14, 2014
1 parent 3e28eff commit 30e9455
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ZfrOAuth2Module/Server/Grant/GrantPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ public function validatePlugin($plugin)
is_object($plugin) ? get_class($plugin) : gettype($plugin)
));
}

/**
* {@inheritDoc}
*/
protected function canonicalizeName($name)
{
return $name;
}
}

0 comments on commit 30e9455

Please sign in to comment.