Skip to content

Commit 6992c09

Browse files
authored
Merge pull request #1874 from VATSIM-UK/sonarqube-2
chore: Fix remaining sonarqube warnings
2 parents 138142c + ea8e1b0 commit 6992c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Filament/Resources/Notifications/RelationManagers/ControllersRelationManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ public function table(Table $table): Table
8888
->required(fn (Get $get) => !$get('global') && !$get('position_level')),
8989
])
9090
->action(function (AttachAction $action) {
91-
$action->process(
92-
function () {
91+
$action->process( // NOSONAR
92+
function () { // NOSONAR
9393
}
9494
);
9595
$action->success();

0 commit comments

Comments
 (0)