Refactoring dynamic redirects to routes.
This commit is contained in:
parent
c7e7d64545
commit
87ec697f2d
|
@ -77,6 +77,8 @@ public function with($key, $value)
|
|||
*/
|
||||
public static function __callStatic($method, $parameters)
|
||||
{
|
||||
$parameters = (isset($parameters[0])) ? $parameters[0] : array();
|
||||
|
||||
// ----------------------------------------------------
|
||||
// Dynamically redirect to a secure route URL.
|
||||
// ----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue