Apply fixes from StyleCI

This commit is contained in:
James Brooks
2019-07-12 12:38:58 +00:00
committed by StyleCI Bot
parent 3ac7492858
commit bdb3619bc9
5 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ trait HasTags
*/
public function setTagsAttribute($tags)
{
if (! $this->exists) {
if (!$this->exists) {
$this->queuedTags = $tags;
return;