Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanomatteo authored and github-actions[bot] committed May 24, 2022
1 parent a5363a8 commit 07f26c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scout/ScoutEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ public function deleteIndex($name)

private static function usesSoftDelete($class)
{
return !empty(class_uses_recursive($class)[SoftDeletes::class]);
return ! empty(class_uses_recursive($class)[SoftDeletes::class]);
}
}

0 comments on commit 07f26c1

Please sign in to comment.