Merge pull request #355 from jqs/master

Removed extraneous ->write($url) call on redirect that was causing Sa…
pull/360/head
Mike Cao 7 years ago committed by GitHub
commit 3380846d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -437,7 +437,6 @@ class Engine {
->clear()
->status($code)
->header('Location', $url)
->write($url)
->send();
}

Loading…
Cancel
Save