Skip to content

Commit

Permalink
fix: removed database related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi committed Jan 17, 2023
1 parent 4b2b8e1 commit e389020
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
},
"autoload": {
"psr-4": {
"Oneduo\\RecaptchaEnterprise\\": "src",
"Oneduo\\RecaptchaEnterprise\\Database\\Factories\\": "database/factories"
"Oneduo\\RecaptchaEnterprise\\": "src"
}
},
"autoload-dev": {
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ parameters:
paths:
- src
- config
- database
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
Expand Down

0 comments on commit e389020

Please sign in to comment.