Skip to content

Commit a7288fe

Browse files
authored
Append Laravel autoload
1 parent 8588fd0 commit a7288fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,12 @@
2424
"psr-4": {
2525
"Tests\\": "tests/"
2626
}
27+
},
28+
"extra": {
29+
"laravel": {
30+
"providers": [
31+
"Bigperson\\AmoCrmApi\\AmoCrmApiServiceProvider"
32+
]
33+
}
2734
}
2835
}

0 commit comments

Comments
 (0)