Skip to content

Commit ca1a707

Browse files
authored
Merge pull request #346 from xiaobeicn/patch-1
param error
2 parents cffdb24 + 7bf7efa commit ca1a707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ Laravel 包含各种各样的全局「辅助」PHP 函数,这些方法中的
762762

763763
使用 HTTPS 协议生成资源文件的 URL:
764764

765-
echo secure_asset('foo/bar.zip', $title, $attributes = []);
765+
echo secure_asset('foo/bar.zip');
766766

767767
<a name="method-route"></a>
768768
#### `route()` {#collection-method}

0 commit comments

Comments
 (0)