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 0fe58f6 commit fecf427Copy full SHA for fecf427
README.md
@@ -43,7 +43,7 @@ Then you can flash a message to the session in your controllers.
43
flash()->success('Update succeeded!');
44
```
45
46
-> You can also use the facade `\CodeZero\Flash\Flash` instead of the `flash()` helper.
+> You can also use the facade `\CodeZero\Flash\Facades\Flash` instead of the `flash()` helper.
47
48
The message will be displayed once on the next page load.
49
0 commit comments