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.
$path
1 parent ffc7d7f commit 0689c31Copy full SHA for 0689c31
src/Context.php
@@ -21,7 +21,7 @@ class Context
21
public ?array $include = null;
22
23
private ?array $body;
24
- private string $path;
+ private ?string $path;
25
26
private WeakMap $fields;
27
private WeakMap $sparseFields;
0 commit comments