We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbd10c commit 4c858d9Copy full SHA for 4c858d9
composer.json
@@ -18,7 +18,8 @@
18
"require": {
19
"php": "^7.2",
20
"illuminate/support": "^7.0|^8.0",
21
- "illuminate/database": "^7.0|^8.0"
+ "illuminate/database": "^7.0|^8.0",
22
+ "illuminate/cache": "^7.0|^8.0"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "^8.0",
phpstan.neon
@@ -3,4 +3,5 @@ parameters:
3
- vendor
4
- resources
5
ignoreErrors:
6
- - '#Function config not found#'
+ - '#Function config_path not found#'
7
+ - '#Access to an undefined property Torann\\LaravelRepository\\Repositories\\AbstractRepository::\$model#'
0 commit comments