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, ];