chore(namespace): rewirtten namspeace from app to GitContributionGraph.

This commit is contained in:
2026-07-12 22:47:34 +02:00
parent 91bda21f89
commit 41e88144a4
35 changed files with 122 additions and 68 deletions
+4 -4
View File
@@ -2,11 +2,11 @@
declare(strict_types=1);
namespace App\Controller;
namespace GitContributionGraph\Controller;
use App\Service\ContributionAggregator;
use App\Service\Provider\ProviderHealthChecker;
use App\Service\Renderer\SvgRenderer;
use GitContributionGraph\Service\ContributionAggregator;
use GitContributionGraph\Service\Provider\ProviderHealthChecker;
use GitContributionGraph\Service\Renderer\SvgRenderer;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
use Symfony\Component\HttpFoundation\RedirectResponse;