diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index d8314425..be8d66a7 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -117,3 +117,5 @@ Notifier * Controllers are 'comfortable' * Tried adding `CurrentUserProvider` service to core, should be passed as an argument. Cannot test. * 'Having Symfony all over the place wasn't the best thing' - when to framework (Matthias Noback) + - Hexagonal architecture + - Keep your kernel away from infrastructure. Let the framework handle the infrastructure.