Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 410ebaf

Browse files
author
joselfonseca
committed
cs fix
1 parent a9ccbe9 commit 410ebaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Api/Auth/RegisterController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function store(Request $request)
2727
$user = $this->model->create($request->all());
2828
$user->assignRole('User');
2929
event(new Registered($user));
30+
3031
return fractal($user, new UserTransformer())->respond(201);
3132
}
3233
}

0 commit comments

Comments
 (0)