Closed BenRutlandWeb closed 3 years ago
Describe the bug the Request class has no url method.
Request
url
To Reproduce Steps to reproduce the behavior:
var_dump(Request::url());
Expected behavior The Request class to return the current URL.
Additional context Bug discovered from UrlGenerator::current() which calls the url method on the underlying Request class.
UrlGenerator::current()
Describe the bug the
Request
class has nourl
method.To Reproduce Steps to reproduce the behavior:
var_dump(Request::url());
Expected behavior The
Request
class to return the current URL.Additional context Bug discovered from
UrlGenerator::current()
which calls theurl
method on the underlyingRequest
class.