Skip to content

Commit

Permalink
fix: allOAuth to allOAuth()
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Nov 3, 2022
1 parent ccc9f29 commit 681b9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Basic/ShieldOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function allOAuth(): string

private function otherOAuth(): array
{
$pieces = explode('|', $this->allOAuth);
$pieces = explode('|', $this->allOAuth());

return array_diff($pieces, ['github', 'google']);
}
Expand Down

0 comments on commit 681b9bd

Please sign in to comment.