Skip to content

Commit 3af3c5a

Browse files
committed
Bugfix namespace
1 parent 418c80c commit 3af3c5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and run `composer install`
1515
Include jQuery and [toastr.js](https://github.com/CodeSeven/toastr) in your master view template, and the output of
1616
`Toastr::render()` afterwards:
1717

18-
````html
18+
```html
1919
<!-- Stylesheets -->
2020
<link href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet">
2121

src/ToastrServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace ActivismeBe\Toastr;
44

55
use Illuminate\Support\ServiceProvider;
6-
use ActivismeBE\Toastr\Toastr;
6+
use ActivismeBe\Toastr\Toastr;
77

88
/**
99
* Class ToastrServiceProvider

0 commit comments

Comments
 (0)