Skip to content

Commit

Permalink
Update Gravatar.php
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Dec 8, 2023
1 parent b1842b1 commit 133442a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Drago/User/Gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Drago\User;

use Nette\SmartObject;
use Nette\Utils\Strings;
use Nette\Utils\Validators;

Expand All @@ -19,8 +18,6 @@
*/
class Gravatar
{
use SmartObject;

private string $url = 'https://www.gravatar.com/avatar/';
private string $email;

Expand Down

0 comments on commit 133442a

Please sign in to comment.