mirror of
https://github.com/getgrav/grav.git
synced 2026-07-08 20:03:17 +02:00
Reverted Route::__toString() behavior and added deprecated message for proper use (part 2)
This commit is contained in:
@@ -53,7 +53,7 @@ class Route
|
||||
public function getParts()
|
||||
{
|
||||
return [
|
||||
'path' => $this->getUriPath(),
|
||||
'path' => $this->getUriPath(true),
|
||||
'query' => $this->getUriQuery(),
|
||||
'grav' => [
|
||||
'root' => $this->root,
|
||||
|
||||
Reference in New Issue
Block a user