123456789101112 |
- {
- "summary": "Studying Doctrine's documentation",
- "dedicated_hours": 3
- }
- - Trying to figure out the best way to provide database access, since
- the Symfony-preferred way:
- `$this->getDoctrine()->getRepository(Product::class)->find($id)`
- seems much too verbose.
- - Studying configuration options
- - Merging report commits
|