Skip to content

Commit 1c18f9f

Browse files
committed
Fix incorrect laravel extra key in composer.json
1 parent dbbac5c commit 1c18f9f

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
@@ -22,7 +22,7 @@
2222
"extra": {
2323
"laravel": {
2424
"providers": [
25-
"Niladam\\LaravelZabbix\\ZabbixServiceProvider"
25+
"Niladam\\LaravelZabbix\\LaravelZabbixServiceProvider"
2626
]
2727
}
2828
},

0 commit comments

Comments
 (0)