Skip to content

Commit

Permalink
Merge pull request #68 from Wilt/patch-1
Browse files Browse the repository at this point in the history
Allow null for client_secret
  • Loading branch information
bshaffer committed Sep 24, 2015
2 parents 00a4c56 + d2b6a8f commit ba211b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/cookbook/doctrine.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OAuthClient:
notnull: true
client_secret:
type: char(20)
notnull: true
notnull: false
redirect_uri:
type: string(255)
notnull: true
Expand Down

0 comments on commit ba211b6

Please sign in to comment.