Skip to content

Commit

Permalink
fix: changed concrete config class to interface (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
naidog committed Dec 12, 2022
1 parent d634d4f commit 4ec1056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- fix: changed dependency from `Illuminate\Config\Repository` to Config interface by @nai4rus
- feat: assert `view-string` when using `view()->exists()` by @mad-briller
- feat: freed `joinSub` to allow models to join other models by @harmenjanssen in https://github.com/nunomaduro/larastan/pull/1352
- feat: updated return type of the Request::header method by @mad-briller
Expand Down
2 changes: 1 addition & 1 deletion src/Concerns/LoadsAuthModel.php
Expand Up @@ -4,7 +4,7 @@

namespace NunoMaduro\Larastan\Concerns;

use Illuminate\Config\Repository as ConfigRepository;
use Illuminate\Contracts\Config\Repository as ConfigRepository;

trait LoadsAuthModel
{
Expand Down

0 comments on commit 4ec1056

Please sign in to comment.