From 2c00c9364699401b5eaee3f0b33274219878d9cd Mon Sep 17 00:00:00 2001 From: walkor Date: Tue, 16 Aug 2022 16:29:30 +0800 Subject: [PATCH] controller_reuse --- config/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/app.php b/config/app.php index 2628536..7e44e6a 100644 --- a/config/app.php +++ b/config/app.php @@ -22,4 +22,5 @@ 'public_path' => base_path() . DIRECTORY_SEPARATOR . 'public', 'runtime_path' => base_path(false) . DIRECTORY_SEPARATOR . 'runtime', 'controller_suffix' => '', + 'controller_reuse' => true, ];