mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-22 13:33:40 -04:00
Fix exceptions namespace
This commit is contained in:
@@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||
namespace Komarev\GitHubProfileViewsCounter;
|
||||
|
||||
use Contracts\Komarev\GitHubProfileViewsCounter\CounterRepositoryInterface;
|
||||
use Contracts\Komarev\GitHubProfileViewsCounter\InvalidPathException;
|
||||
use Contracts\Komarev\GitHubProfileViewsCounter\Exceptions\InvalidPathException;
|
||||
use DateTimeImmutable;
|
||||
use DateTimeZone;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user