Skip to content

Commit e83f5d0

Browse files
committed
Provide constants for do or do not load on write
1 parent e8d8c08 commit e83f5d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/File.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
final readonly class File
1010
{
11+
public const DO_LOAD_ON_WRITE = true;
12+
public const DO_NOT_LOAD_ON_WRITE = false;
13+
1114
public function __construct(
1215
public string $pathPrefix,
1316
public string $fqcn,

0 commit comments

Comments
 (0)