Skip to content

Commit

Permalink
set correct autoload patch
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 10, 2023
1 parent 623145d commit ce0cf17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"autoload": {
"psr-4": {
"Fleetbase\\Pallet\\": "src/",
"Fleetbase\\Pallet\\Seeds\\": "seeds/"
"Fleetbase\\Pallet\\": "server/src/",
"Fleetbase\\Pallet\\Seeds\\": "server/seeds/"
}
},
"autoload-dev": {
"psr-4": {
"Fleetbase\\Pallet\\Tests\\": "tests/"
"Fleetbase\\Pallet\\Tests\\": "server/tests/"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit ce0cf17

Please sign in to comment.