Improved error page +++

This commit is contained in:
Dmitry Khomutov 2017-04-16 21:37:55 +07:00
commit 3bd5b2c718
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
2 changed files with 6 additions and 6 deletions

View file

@ -156,6 +156,7 @@ class ProjectController extends PHPCensor\Controller
$response = new b8\Http\Response\RedirectResponse();
$response->setHeader('Location', APP_URL.'build/view/' . $build->getId());
return $response;
}