diff --git a/src/Illuminate/Foundation/Console/ConfigCacheCommand.php b/src/Illuminate/Foundation/Console/ConfigCacheCommand.php index 275b672d5910..bfa923abc136 100644 --- a/src/Illuminate/Foundation/Console/ConfigCacheCommand.php +++ b/src/Illuminate/Foundation/Console/ConfigCacheCommand.php @@ -48,6 +48,8 @@ public function __construct(Filesystem $files) * Execute the console command. * * @return void + * + * @throws \LogicException */ public function handle() {