Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 1, 2020
1 parent d590d78 commit 53fbc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/ComponentAttributeBag.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ protected function shouldEscapeAttributeValue($escape, $value)
* @param mixed $value
* @return \Illuminate\View\AppendableAttributeValue
*/
public function appends($value)
public function prepends($value)
{
return new AppendableAttributeValue($value);
}
Expand Down

0 comments on commit 53fbc9f

Please sign in to comment.