Skip to content

Commit d8507b1

Browse files
Tim JoostenTim Joosten
authored andcommitted
Bugfix: Wrong Laravel alias define in composer.json
The package alias was wrong defined in the composer.json file
1 parent 275d6e0 commit d8507b1

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": {"Toastr": "ActivismeBe\\Toastr\\ToastrFacade"}
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)