Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerd committed Jun 17, 2024
1 parent a5d21cb commit 6c66704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ protected function renderReplicator(Replicator $replicator): string

$content = $replicator->augment($content);

return $this->renderWithView($content) : '';
return $this->renderWithView($content) ?? '';
}

protected function renderWithView($content): string
Expand Down

0 comments on commit 6c66704

Please sign in to comment.