Commit 3155989c authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent aeb184eb
...@@ -15,7 +15,6 @@ trait CreatesUsers ...@@ -15,7 +15,6 @@ trait CreatesUsers
return $user; return $user;
} }
protected function createUser(array $attributes = []): User protected function createUser(array $attributes = []): User
{ {
return factory(User::class)->create(array_merge([ return factory(User::class)->create(array_merge([
......
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