Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sawirricardo committed May 27, 2022
1 parent 592f041 commit 289f976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"extra": {
"laravel": {
"providers": [
"Sawirricardo\\Api2pdf\\Api2pdfServiceProvider"
"Sawirricardo\\Laravel\\Api2pdf\\Api2pdfServiceProvider"
],
"aliases": {
"Api2pdf": "Sawirricardo\\Api2pdf\\Facades\\Api2pdf"
"Api2pdf": "Sawirricardo\\Laravel\\Api2pdf\\Facades\\Api2pdf"
}
}
},
Expand Down

0 comments on commit 289f976

Please sign in to comment.