Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 924685d

Browse filesBrowse files
committed
Merge branch '6.4' into 7.1
* 6.4: Update controller.rst
2 parents 5868840 + 630007e commit 924685d
Copy full SHA for 924685d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎controller.rst

Copy file name to clipboardExpand all lines: controller.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ method::
898898
{
899899
$response = $this->sendEarlyHints([
900900
new Link(rel: 'preconnect', href: 'https://fonts.google.com'),
901-
(new Link(href: '/style.css'))->withAttribute('as', 'stylesheet'),
901+
(new Link(href: '/style.css'))->withAttribute('as', 'style'),
902902
(new Link(href: '/script.js'))->withAttribute('as', 'script'),
903903
]);
904904

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.