Skip to content

Commit

Permalink
Update gravatar.php (#30)
Browse files Browse the repository at this point in the history
Gravatar changed "mm" (mystery man), to "mp" (mystery person). It was not a breaking change; just keeping things in sync.
  • Loading branch information
andreybutov authored Sep 9, 2020
1 parent ae24b21 commit 8c2c1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// the fallback image, can be a string or a url
// for more info, visit: http://en.gravatar.com/site/implement/images/#default-image
'fallback' => 'mm',
'fallback' => 'mp',

// would you like to return a https://... image
'secure' => false,
Expand Down

0 comments on commit 8c2c1a3

Please sign in to comment.