Skip to content

Commit

Permalink
fix: autoWhenHas & autoWhenIncluded
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark4ne committed Jun 21, 2023
1 parent f724d90 commit 95b7413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resources/Concerns/PrepareData.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ trait PrepareData
{
use Resolver;

protected ?bool $autoWhenHas = null;

protected ?bool $autoWhenIncluded = null;

/**
* @template TKey as array-key
* @template TValue
Expand Down

0 comments on commit 95b7413

Please sign in to comment.