mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 20:54:20 +01:00
Change namespace to Tvdt
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service;
|
||||
namespace Tvdt\Service;
|
||||
|
||||
use App\Repository\CandidateRepository;
|
||||
use Tvdt\Repository\CandidateRepository;
|
||||
|
||||
/**
|
||||
* @phpstan-import-type ResultList from CandidateRepository
|
||||
|
||||
Reference in New Issue
Block a user