Skip to content

Commit

Permalink
Update DownCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 24, 2020
1 parent 781fcbc commit 8bbbe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/DownCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected function prerenderView()
{
(new RegisterErrorViewPaths)();

return view($this->option('render'),['command' => $this])->render();
return view($this->option('render'), ['command' => $this])->render();
}

/**
Expand Down

0 comments on commit 8bbbe42

Please sign in to comment.