basic code cleanup.
This commit is contained in:
@@ -205,7 +205,7 @@ class URL {
|
||||
|
||||
// We'll replace both dots and @ signs in the URI since both are used
|
||||
// to specify the controller and action, and by convention should be
|
||||
// translated into URI slashes.
|
||||
// translated into URI slashes for the URL.
|
||||
$uri = $root.'/'.str_replace(array('.', '@'), '/', $action);
|
||||
|
||||
$uri = static::to(str_finish($uri, '/').$parameters);
|
||||
|
||||
Reference in New Issue
Block a user