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 1eb3e0e commit 83a3d20Copy full SHA for 83a3d20
1 file changed
README.md
@@ -260,7 +260,7 @@ The component cycles through each alert and calls `toHtml()` to render them in y
260
```php
261
public function toHtml()
262
{
263
- return view('flux-callout', [
+ return view(('alerts.flux-callout', [
264
'heading' => $this->heading,
265
'text' => $this->text,
266
'actions' => $this->actions,
0 commit comments