Skip to content

Commit 83a3d20

Browse files
Update README.md
1 parent 1eb3e0e commit 83a3d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The component cycles through each alert and calls `toHtml()` to render them in y
260260
```php
261261
public function toHtml()
262262
{
263-
return view('flux-callout', [
263+
return view(('alerts.flux-callout', [
264264
'heading' => $this->heading,
265265
'text' => $this->text,
266266
'actions' => $this->actions,

0 commit comments

Comments
 (0)