Skip to content

Commit

Permalink
fix: remove auto discovery and change namespace on aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Feb 28, 2024
1 parent edbfda1 commit 7bad699
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@
},
"extra": {
"laravel": {
"providers": [
"BrosSquad\\LaravelCrypto\\ServiceProvider"
],
"aliases": {
"Hashing": "BrosSquad\\LaravelCrypto\\Facades\\Hashing",
"Signing": "BrosSquad\\LaravelCrypto\\Facades\\Sign"
"Hashing": "CodeLieutenant\\LaravelCrypto\\Facades\\Hashing",
"Signing": "CodeLieutenant\\LaravelCrypto\\Facades\\Sign"
}
}
},
Expand Down

0 comments on commit 7bad699

Please sign in to comment.