Skip to content

Commit

Permalink
Updates available fallback options
Browse files Browse the repository at this point in the history
  • Loading branch information
Creativeorange authored Jul 14, 2020
1 parent fa90c23 commit 1513093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function fallback($fallback)
{
if (
filter_var($fallback, FILTER_VALIDATE_URL, FILTER_FLAG_PATH_REQUIRED)
|| in_array($fallback, array('mm', 'identicon', 'monsterid', 'wavatar', 'retro', 'blank'))
|| in_array($fallback, array('mp', 'identicon', 'monsterid', 'wavatar', 'retro', 'robohash', 'blank'))
) {
$this->fallback = $fallback;
} else {
Expand Down

0 comments on commit 1513093

Please sign in to comment.