Skip to content

Commit

Permalink
Class "Diepxuan\Log\ServiceProvider" not found
Browse files Browse the repository at this point in the history
  • Loading branch information
caothu159 committed Jul 3, 2024
1 parent e96ed9d commit 28982ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extra": {
"laravel": {
"providers": [
"Diepxuan\\Log\\ServiceProvider"
"Diepxuan\\Log\\Providers\\ServiceProvider"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Tran Ngoc Duc <ductn@diepxuan.com>
* @author Tran Ngoc Duc <caothu91@gmail.com>
*
* @lastupdate 2024-07-03 11:31:57
* @lastupdate 2024-07-03 12:46:45
*/

namespace Diepxuan\Log\Providers;
Expand Down

0 comments on commit 28982ac

Please sign in to comment.