Skip to content

Commit

Permalink
FIX Remove fancy quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill authored Aug 2, 2018
1 parent 80b6717 commit 05226fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/BaseElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ public function getSummary()
*/
public function getIconClass()
{
return $this->config()->get(icon);
return $this->config()->get('icon');
}

/**
Expand Down

0 comments on commit 05226fe

Please sign in to comment.