Skip to content

Commit

Permalink
Resolve Db seed error
Browse files Browse the repository at this point in the history
  • Loading branch information
viralsolani committed Dec 11, 2017
1 parent 3effbb5 commit 05dc218
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 93 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
"database/factories",
"database"
],
"psr-4": {
"App\\": "app/"
Expand Down
Loading

0 comments on commit 05dc218

Please sign in to comment.