We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418c80c commit 3af3c5aCopy full SHA for 3af3c5a
README.md
@@ -15,7 +15,7 @@ and run `composer install`
15
Include jQuery and [toastr.js](https://github.com/CodeSeven/toastr) in your master view template, and the output of
16
`Toastr::render()` afterwards:
17
18
-````html
+```html
19
<!-- Stylesheets -->
20
<link href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet">
21
src/ToastrServiceProvider.php
@@ -3,7 +3,7 @@
3
namespace ActivismeBe\Toastr;
4
5
use Illuminate\Support\ServiceProvider;
6
-use ActivismeBE\Toastr\Toastr;
+use ActivismeBe\Toastr\Toastr;
7
8
/**
9
* Class ToastrServiceProvider
0 commit comments