Commit 87ec697f authored by Taylor Otwell's avatar Taylor Otwell

Refactoring dynamic redirects to routes.

parent c7e7d645
......@@ -77,6 +77,8 @@ class Redirect {
*/
public static function __callStatic($method, $parameters)
{
$parameters = (isset($parameters[0])) ? $parameters[0] : array();
// ----------------------------------------------------
// Dynamically redirect to a secure route URL.
// ----------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment