Unverified Commit 23158066 authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #90 from viralsolani/analysis-z9egWa

Apply fixes from StyleCI
parents aeb184eb 3155989c
......@@ -15,7 +15,6 @@ trait CreatesUsers
return $user;
}
protected function createUser(array $attributes = []): User
{
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