Skip to content

Commit

Permalink
Improve code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 25, 2023
1 parent 4192ef4 commit 8547f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IdeHelper/DeepRelationsHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function run(ModelsCommand $command, Model $model): void

try {
$relationship = $method->invoke($model);
} catch (Throwable) {
} catch (Throwable) { // @codeCoverageIgnore
continue; // @codeCoverageIgnore
}

Expand Down

0 comments on commit 8547f5c

Please sign in to comment.