Skip to content

Commit 275d6e0

Browse files
Tim JoostenTim Joosten
authored andcommitted
Bugfix: Invalid JSON formatting
The JSON was wronly formatted and gives syntaxis errors because a trailing comma on line 26
1 parent ff5c11a commit 275d6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"extra": {
2424
"laravel": {
2525
"providers": ["ActivismeBe\\Toastr\\ToastrServiceProvider"],
26-
"aliases": {"ActivismeBe\\Toastr\\ToastrFacade"},
26+
"aliases": {"ActivismeBe\\Toastr\\ToastrFacade"}
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)