Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
izica committed Oct 12, 2018
1 parent 20fa912 commit 98fc657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpStyles.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function opacity($value, $condition)
public function name($value)
{
if(is_string($value)){
$this->classname = $value
$this->classname = $value;
}
return $this;
}
Expand Down

0 comments on commit 98fc657

Please sign in to comment.