Skip to content

Commit a649c2d

Browse files
AlizHarbgithub-actions[bot]
authored andcommitted
Fix PHP code style issues
1 parent 7542dd3 commit a649c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Policies/ActivityPolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function checkCustomAuthorization(User $user): ?bool
3535

3636
if (is_string($customAuthorization) && class_exists($customAuthorization)) {
3737
$instance = app($customAuthorization);
38-
38+
3939
if (is_callable($instance)) {
4040
return $instance($user);
4141
}

0 commit comments

Comments
 (0)