diff --git a/PhpStyles.php b/PhpStyles.php index 360eb0c..191dc14 100644 --- a/PhpStyles.php +++ b/PhpStyles.php @@ -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; }