Skip to content

Commit

Permalink
🚀 set auto discover
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigsto committed Feb 21, 2024
1 parent 2501a4c commit 0301417
Show file tree
Hide file tree
Showing 3 changed files with 1,507 additions and 796 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
"Dipantry\\Rajaongkir\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Dipantry\\Rajaongkir\\ServiceProvider"
],
"aliases": {
"Rajaongkir": "Dipantry\\Rajaongkir\\Facade"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 0301417

Please sign in to comment.