Skip to content

Commit

Permalink
Update ConfigCacheCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Jul 2, 2018
1 parent b463015 commit f3056cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/ConfigCacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function handle()
$this->files->delete($configPath);
throw new LogicException('Unable to cache Laravel configuration.', 0, $e);
}

$this->info('Configuration cached successfully!');
}

Expand Down

0 comments on commit f3056cd

Please sign in to comment.