Skip to content

Commit c2595f2

Browse files
committed
add service provider
1 parent 57e18e0 commit c2595f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"extra": {
2828
"laravel": {
2929
"providers": [
30-
"JsonApiFormatPaginateServiceProvider"
30+
"Oscabrera\\JsonApiFormatPaginate\\JsonApiFormatPaginateServiceProvider"
3131
]
3232
}
3333
},

semver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v1.0.0-alpha.1",
3-
"last-update-type": "major"
2+
"version": "v1.0.0-alpha.2",
3+
"last-update-type": "patch"
44
}

0 commit comments

Comments
 (0)