StyleCI fixes

This commit is contained in:
Jamsheed Mistri 2018-12-02 23:42:35 -08:00
parent 9cf7432835
commit 34b166cde9
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ class BulkReinstallActionCommand extends Command
*/
public function handle()
{
$servers = $this->getServersToProcess();
$servers = $this->getServersToProcess();
if (! $this->confirm(trans('command/messages.server.reinstall.confirm'))) {
return;