diff --git a/README.md b/README.md index fbe1a73..22cea43 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ git clone https://port.numenaute.org/MMF/freescout-restricted-customers.git Modu ### Edit the application routes -This package does not seem to correctly override the routes of the main application. +Routes set in other modules or in Freescout itself can not be automatically overridden. Overriding them has to be done manually, in the three following files. #### routes/web.php @@ -109,6 +109,9 @@ should be replaced with: ### Edit the artisan commands +Console commands set in other modules or in Freescout itself can not be automatically overridden. +Overriding them has to be done manually, in the following file. + #### app/Console/Kernel.php At the lines 107-108, this: