mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-22 21:43:45 -04:00
Refactor CounterImageRendererService
This commit is contained in:
@@ -19,10 +19,7 @@ final class CounterFileRepository implements CounterRepositoryInterface
|
||||
{
|
||||
private string $counterPath;
|
||||
|
||||
public function __construct(
|
||||
string $storagePath,
|
||||
string $counterFileName
|
||||
)
|
||||
public function __construct(string $storagePath, string $counterFileName)
|
||||
{
|
||||
$this->counterPath = $storagePath . '/' . $counterFileName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user