Skip to content

Commit

Permalink
Merge branch 'npostman/8.x' into 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 26, 2020
2 parents ff1baa1 + b1ee97e commit 6ecfdb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Illuminate/Foundation/Console/DownCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ protected function prerenderView()
{
(new RegisterErrorViewPaths)();

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

/**
Expand Down

0 comments on commit 6ecfdb5

Please sign in to comment.