[BUGFIX] Fixed SESSION not shutdown correctly when using redirect.

- Disabled multiple route rendering by default.
This commit is contained in:
sessingo
2023-03-30 16:15:06 +02:00
parent 8be42ca1a6
commit c622ef97b0
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class Router
* When disabled the router will stop execution when first route is found.
* @var bool
*/
protected $renderMultipleRoutes = true;
protected $renderMultipleRoutes = false;
/**
* Router constructor.