Skip to content

Commit

Permalink
Merge pull request #245 from rajakhoury/master
Browse files Browse the repository at this point in the history
fix #244 : isEmpty Url check
  • Loading branch information
vinicius73 authored May 3, 2021
2 parents b32a56c + 03c981c commit 8cddab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEOTools/JsonLd.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function isEmpty()
&& empty($this->type)
&& empty($this->title)
&& empty($this->description)
&& empty($url)
&& empty($this->url)
&& empty($this->images);
}

Expand Down

0 comments on commit 8cddab6

Please sign in to comment.