Skip to content

Commit

Permalink
Update HtmlString.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 19, 2020
1 parent a4ee49a commit 38e1f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HtmlString.php
Expand Up @@ -51,7 +51,7 @@ public function isEmpty()
*/
public function isNotEmpty()
{
return $this->html !== '';
return ! $this->isEmpty();
}

/**
Expand Down

0 comments on commit 38e1f4c

Please sign in to comment.