Skip to content

Commit

Permalink
remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal committed Jun 17, 2017
1 parent fefbeff commit df1f5e6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Oauth1ClientManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,4 @@ public function validate($plugin)
(is_object($plugin) ? get_class($plugin) : gettype($plugin))
));
}

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

0 comments on commit df1f5e6

Please sign in to comment.