Skip to content

Commit 8df9c55

Browse files
committed
Remove database folder checks
1 parent 3cb0961 commit 8df9c55

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
},
4242
"autoload": {
4343
"psr-4": {
44-
"LangGraphPlatform\\": "src/",
45-
"LangGraphPlatform\\Database\\Factories\\": "database/factories/"
44+
"LangGraphPlatform\\": "src/"
4645
}
4746
},
4847
"autoload-dev": {

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ parameters:
66
paths:
77
- src
88
- config
9-
- database
109
tmpDir: build/phpstan
1110
checkOctaneCompatibility: true
1211
checkModelProperties: true

0 commit comments

Comments
 (0)