Skip to content

Commit

Permalink
fixed classmap for composer autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Feb 10, 2021
1 parent 6296e45 commit 8bde1a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"autoload": {
"classmap": [
"database/seeds",
"database/seeders",
"database/factories"
],
"psr-4": {
Expand Down
Empty file.

0 comments on commit 8bde1a9

Please sign in to comment.