Unverified Commit 7a2f2dcb authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #77 from viralsolani/analysis-8j1LPB

Apply fixes from StyleCI
parents 29beb5b5 f78ad169
...@@ -374,7 +374,7 @@ trait UserAttribute ...@@ -374,7 +374,7 @@ trait UserAttribute
public function getNameAttribute() public function getNameAttribute()
{ {
return $this->first_name . ' ' . $this->last_name; return $this->first_name.' '.$this->last_name;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment