Skip to content

Commit

Permalink
Adding the Gravatar Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 3, 2015
1 parent dc7af71 commit 65ee4f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Contracts/GravatarInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php namespace Arcanedev\Gravatar\Contracts;

/**
* Interface GravatarInterface
*
* @package Arcanedev\Gravatar\Contracts
* @author ARCANEDEV <[email protected]>
*/
interface GravatarInterface
{
/* ------------------------------------------------------------------------------------------------
| Getters & Setters
| ------------------------------------------------------------------------------------------------
*/

}

0 comments on commit 65ee4f8

Please sign in to comment.