Skip to content

Commit

Permalink
Merge pull request #207 from BrookeDot/patch-2
Browse files Browse the repository at this point in the history
Update Flasher Class Parameter Order
  • Loading branch information
yoeunes authored Nov 8, 2024
2 parents 456016a + 707c7a4 commit db485d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ flash()->{{ type }}('{{ message }}');
These four methods — `success()`, `error()`, `warning()`, and `info()` — are shortcuts for the `flash()` method. They let you specify the `type` and `message` in one method call instead of passing them separately to `flash()`.

```php
flash()->flash(string $type, string $message, string $title = null, array $options = [])
flash()->flash(string $type, string $message, array $options = [], string $title = null)
```

{% assign id = '#/ usage flash' %}
Expand Down

0 comments on commit db485d1

Please sign in to comment.