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 (