Skip to content

Commit

Permalink
Stan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann committed Sep 28, 2020
1 parent 1dbd10c commit 4c858d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"require": {
"php": "^7.2",
"illuminate/support": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0"
"illuminate/database": "^7.0|^8.0",
"illuminate/cache": "^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ parameters:
- vendor
- resources
ignoreErrors:
- '#Function config not found#'
- '#Function config_path not found#'
- '#Access to an undefined property Torann\\LaravelRepository\\Repositories\\AbstractRepository::\$model#'

0 comments on commit 4c858d9

Please sign in to comment.