Skip to content

Commit

Permalink
Added whitespace before return.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven van Hees committed Mar 30, 2020
1 parent 7e96da2 commit 12775af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RoleBooleanGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected function fillAttributeFromRequest(NovaRequest $request, $requestAttrib
$roleClass = app(PermissionRegistrar::class)->getRoleClass();
$role = $roleClass::where('name', $roleName)->first();
$model->assignRole($role);

return $roleName;
});
}
Expand Down

0 comments on commit 12775af

Please sign in to comment.