Skip to content

Commit 4c858d9

Browse files
committed
Stan fixes
1 parent 1dbd10c commit 4c858d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"require": {
1919
"php": "^7.2",
2020
"illuminate/support": "^7.0|^8.0",
21-
"illuminate/database": "^7.0|^8.0"
21+
"illuminate/database": "^7.0|^8.0",
22+
"illuminate/cache": "^7.0|^8.0"
2223
},
2324
"require-dev": {
2425
"phpunit/phpunit": "^8.0",

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ parameters:
33
- vendor
44
- resources
55
ignoreErrors:
6-
- '#Function config not found#'
6+
- '#Function config_path not found#'
7+
- '#Access to an undefined property Torann\\LaravelRepository\\Repositories\\AbstractRepository::\$model#'

0 commit comments

Comments
 (0)