Skip to content

Commit

Permalink
Applied styleci patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jul 29, 2015
1 parent 9420355 commit 87b7b85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/database/seeds/UserStorySeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ public function run()
*/
protected function createUser(array $attributes = [])
{

factory(User::class)
->create($attributes)
->setCredential(factory(UserCredential::class)->make());


}
}

0 comments on commit 87b7b85

Please sign in to comment.