Searched refs:PatchRepository (Results 1 – 5 of 5) sorted by relevance
5 use App\Repository\PatchRepository; alias15 $patchRepository = $container->get(PatchRepository::class);
4 use App\Repository\PatchRepository; alias12 $patchRepository = $container->get(PatchRepository::class);
8 use App\Repository\PatchRepository; alias20 $patchRepository = $container->get(PatchRepository::class);
48 $container->set(App\Repository\PatchRepository::class, function ($c) {49 return new App\Repository\PatchRepository($c->get(\PDO::class), $c->get('uploads_dir'));
8 class PatchRepository class
Completed in 11 milliseconds