diff --git a/packages/framework/src/Foundation/Kernel/Hyperlinks.php b/packages/framework/src/Foundation/Kernel/Hyperlinks.php index 2003ea8d741..d7016e209ad 100644 --- a/packages/framework/src/Foundation/Kernel/Hyperlinks.php +++ b/packages/framework/src/Foundation/Kernel/Hyperlinks.php @@ -88,6 +88,8 @@ public function mediaLink(string $destination): string * * If true is passed as the second argument, and a base URL is set, * the image will be returned with a qualified absolute URL. + * + * @todo Rename to asset? Or just merge with mediaLink? */ public function image(string $name, bool $preferQualifiedUrl = false): string {