diff --git a/README.md b/README.md index 3eae442..902330d 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ In both cases, your controller code has to be [modified accordingly](https://sym ## Other good practices 👌 -* Using strict types in all PHP files ([source](https://github.com/strangebuzz/MicroSymfony/blob/main/src/Controller/AppController.php#L3)) +* Using strict types in all PHP files ([source](https://github.com/strangebuzz/MicroSymfony/blob/main/src/Controller/SlugifyAcfion.php#L3)) * Using the ADR pattern in an action controller ([source](https://github.com/strangebuzz/MicroSymfony/blob/main/src/Controller/SlugifyAcfion.php)) ([doc](https://symfony.com/doc/current/controller/service.html#invokable-controllers)) * The [composer.json](https://github.com/strangebuzz/MicroSymfony/blob/main/composer.json) file is normalized with [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) diff --git a/templates/base.html.twig b/templates/base.html.twig index b892787..fb14d3c 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -57,7 +57,7 @@
- A Symfony minimalist application template by COil/Strangebuzz 🐝 + A Symfony minimalist application template by COil/Strangebuzz 🐝 and other contributors.
Symfony ™ is a trademark of Symfony SAS.