diff --git a/classes/Factory/ViewFactory.php b/classes/Factory/ViewFactory.php index 6343499..c360672 100644 --- a/classes/Factory/ViewFactory.php +++ b/classes/Factory/ViewFactory.php @@ -34,7 +34,8 @@ class ViewFactory return $uri->withBasePath('') ->withHost('alltubedownload.net') - ->withScheme('https'); + ->withScheme('https') + ->withPort(443); } /**