From 84955ec361582a34d9154ede5df48710b7fb567a Mon Sep 17 00:00:00 2001 From: Igor Matlin Date: Thu, 29 Oct 2020 08:22:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f337ac..861c6d1 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,5 @@ Both the web application and the CLI application require `app/bootstrap.php` to - the CLI application ([console.php](console.php)) uses [Silly](http://mnapoli.fr/silly/): Silly uses the container to create and invoke the commands You will note that in both case, the controllers/commands are instantiated and invoked by PHP-DI: this is to benefit from dependency injection in those classes. + +#Change