From 98fc657325b7f00c7d91152e693c963921fc9e59 Mon Sep 17 00:00:00 2001 From: izica Date: Fri, 12 Oct 2018 18:27:53 +0700 Subject: [PATCH] hotfix --- PhpStyles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }