We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac875f7 commit 60ad468Copy full SHA for 60ad468
packages/framework/src/Foundation/Kernel/Hyperlinks.php
@@ -89,9 +89,6 @@ public function relativeLink(string $destination): string
89
* Gets a relative web link to the given file stored in the _site/media folder.
90
*
91
* @deprecated Use Hyde::asset() instead.
92
- *
93
- * An exception will be thrown if the file does not exist in the _media directory,
94
- * and the second argument is set to true.
95
*/
96
public function mediaLink(string $destination): string
97
{
0 commit comments