Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon authored and github-actions[bot] committed Nov 6, 2023
1 parent a9bf2d8 commit 2d3f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/EnsuresIntegrity.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trait EnsuresIntegrity
protected function mutex(Closure $callback, $timeout = 10): mixed
{
return $callback();

if (! property_exists($this, 'repository')) {
return $callback();
}
Expand Down

0 comments on commit 2d3f2e0

Please sign in to comment.