diff --git a/src/Models/TempTag.php b/src/Models/TempTag.php index 8ccab48..e060eaf 100644 --- a/src/Models/TempTag.php +++ b/src/Models/TempTag.php @@ -136,7 +136,7 @@ public function incrementPayload($key, $amount = 1) public function getAttribute($key) { - if(!is_null($this->getPayload($key))){ + if (! is_null($this->getPayload($key))) { return $this->getPayload($key); }