Add CounterRepositoryInterface

This commit is contained in:
antonkomarev
2020-07-12 12:15:03 +03:00
parent 02397a195d
commit 793a8ff0b4
5 changed files with 46 additions and 3 deletions

View File

@@ -13,7 +13,9 @@ declare(strict_types=1);
namespace Komarev\GitHubProfileViewsCounter;
final class CounterFileRepository
use Contracts\Komarev\GitHubProfileViewsCounter\CounterRepositoryInterface;
final class CounterFileRepository implements CounterRepositoryInterface
{
private string $counterPath;