radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Request has no `url` method #65

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Describe the bug the Request class has no url method.

To Reproduce Steps to reproduce the behavior:

  1. var_dump(Request::url());
  2. See error

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.