Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored and StyleCIBot committed Dec 8, 2020
1 parent a54a5d6 commit 4b59e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/TempTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 4b59e1e

Please sign in to comment.