From 0dc3d30f4cca3b329668ff1175e001c868472602 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 13 Feb 2016 18:20:48 -0500 Subject: [PATCH] Fixed variable name --- src/Redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Redirect.php b/src/Redirect.php index 58ec083..1759db1 100644 --- a/src/Redirect.php +++ b/src/Redirect.php @@ -20,7 +20,7 @@ class Redirect /** * @param string $destination URL to redirect to */ - public function __construct($url, $permanent = true) + public function __construct($destination, $permanent = true) { if (strpos($destination, '://') === false) { if (