Skip to content

Commit

Permalink
wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu authored Mar 22, 2019
1 parent b4fb5fa commit 6b3a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Converter
*/
public function __construct($content = null)
{
if (!empty($given)) {
if (!empty($content)) {
$this->givenContent = $content;
}

Expand Down

0 comments on commit 6b3a9f4

Please sign in to comment.