Skip to content

Commit

Permalink
Public add scope
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Jan 15, 2016
1 parent 6e2bcc5 commit 3c9b322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiDefinition/SecurityDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function setScopes($scopes)
*
* @return $this
*/
protected function _addScope($name, $description)
public function addScope($name, $description)
{
$this->_scopes[$name] = $description;
return $this;
Expand Down

0 comments on commit 3c9b322

Please sign in to comment.