8 334 B

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