Skip to content

Commit 5232e75

Browse files
drbytegithub-actions[bot]
authored andcommitted
Fix styling
1 parent ee0817f commit 5232e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasRoles.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function roles(): BelongsToMany
5858
if (! app(PermissionRegistrar::class)->teams) {
5959
return $relation;
6060
}
61-
61+
6262
$teamsKey = app(PermissionRegistrar::class)->teamsKey;
6363
$relation->withPivot($teamsKey);
6464
$teamField = config('permission.table_names.roles').'.'.$teamsKey;

0 commit comments

Comments
 (0)