Remove remaining references of unused urlpath config key

This commit is contained in:
Hypolite Petovan 2025-03-29 15:45:59 -04:00
parent cf56aa3a64
commit fb8cc06ce2
8 changed files with 17 additions and 24 deletions

View file

@ -17,8 +17,7 @@ use Psr\Http\Message\UriInterface;
use Psr\Log\LoggerInterface;
/**
* A class which checks and contains the basic
* environment for the BaseURL (url, urlpath, ssl_policy, hostname, scheme)
* A class which checks and contains the basic environment for the BaseURL (url)
*/
class BaseURL extends Uri implements UriInterface
{