Skip to content

Commit 95b7413

Browse files
committed
fix: autoWhenHas & autoWhenIncluded
1 parent f724d90 commit 95b7413

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Resources/Concerns/PrepareData.php

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ trait PrepareData
1515
{
1616
use Resolver;
1717

18+
protected ?bool $autoWhenHas = null;
19+
20+
protected ?bool $autoWhenIncluded = null;
21+
1822
/**
1923
* @template TKey as array-key
2024
* @template TValue

0 commit comments

Comments
 (0)