diff --git a/src/Middleware/RedirectToNewDomainMiddleware.php b/src/Middleware/RedirectToNewDomainMiddleware.php index 9cf8dcf..1b33b5b 100644 --- a/src/Middleware/RedirectToNewDomainMiddleware.php +++ b/src/Middleware/RedirectToNewDomainMiddleware.php @@ -27,11 +27,14 @@ public function __construct( /** - * This is the host portion of the route that was originally requested, e.g., deploywithdockercompose.com, hollows.org, or rspca.org.au. + * This is the host portion of the route that was originally requested, + * e.g., deploywithdockercompose.com, hollows.org, or rspca.org.au. */ private string $oldDomain, /** - * This is the host portion of the route that the request will be redirected to, e.g., asrc.org.au, wwf.org.au, or blackdoginstitute.org.au. + * This is the host portion of the route that the request will be + * redirected to, e.g., asrc.org.au, wwf.org.au, or + * blackdoginstitute.org.au. */ private string $newDomain, /**