Searched refs:CommentRepository (Results 1 – 5 of 5) sorted by relevance
9 use App\Repository\CommentRepository; alias18 $commentRepository = $container->get(CommentRepository::class);
5 use App\Repository\CommentRepository; alias1122 $commentRepository = $container->get(CommentRepository::class);
4 use App\Repository\CommentRepository; alias32 $commentRepository = $container->get(CommentRepository::class);
8 class CommentRepository class
32 $container->set(App\Repository\CommentRepository::class, function ($c) {33 return new App\Repository\CommentRepository($c->get(\PDO::class));
Completed in 8 milliseconds