Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Mar 26, 2024
1 parent bd481cb commit 8107b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Concerns/HasFoldingCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
trait HasFoldingCode
{
protected bool|Closure $hasFoldingCode = true;

protected bool|Closure $hasFoldedCode = false;

public function foldingCode(bool|Closure $condition = true): static
Expand Down

0 comments on commit 8107b52

Please sign in to comment.