Skip to content

Commit

Permalink
Fix initialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dissto committed Oct 5, 2024
1 parent 4f69e96 commit 7d9d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Concerns/HasBorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

trait HasBorder
{
protected Closure|bool|null $border;
protected Closure|bool $border = false;

public function border(Closure|bool $condition = false): static
{
Expand Down

0 comments on commit 7d9d3f6

Please sign in to comment.