Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Nov 28, 2022
1 parent 7bda2e6 commit edb98a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"autoload": {
"psr-4": {
"": "./",
"App\\": "./app"
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
},
"files": [
"./support/helpers.php"
Expand Down

0 comments on commit edb98a6

Please sign in to comment.